Daft icon indicating copy to clipboard operation
Daft copied to clipboard

improve Struct DataType

Open andrewgazelka opened this issue 5 months ago • 4 comments

https://github.com/Eventual-Inc/Daft/blob/d5b9a95a27fac14a916f3bbfffd8db0fdaaa8068/src/daft-schema/src/dtype.rs#L105-L107

imo should be Struct(Arc<[Field]>) for cheaper cloning assuming this is immutable

andrewgazelka avatar Sep 23 '24 22:09 andrewgazelka