Daft icon indicating copy to clipboard operation
Daft copied to clipboard

Field name use `Arc<str>` instead of `String`

Open andrewgazelka opened this issue 5 months ago • 3 comments

  • cheaper clones
  • thought it might make sense since Metadata is already Arc'd but I am not sure.
  • not sure this makes sense, please validate

https://github.com/Eventual-Inc/Daft/blob/08ca9a4078e4506afc9b774bd2f073eee94a38d9/src/daft-schema/src/field.rs#L17

andrewgazelka avatar Sep 23 '24 21:09 andrewgazelka