Expand description
Physical Expr Common packages for DataFusion This package contains high level PhysicalExpr trait
Modulesยง
ArrowBytesMapandArrowBytesSetfor storing maps/sets of values from StringArray / LargeStringArray / BinaryArray / LargeBinaryArray.ArrowBytesViewMapandArrowBytesViewSetfor storing maps/sets of values fromStringViewArray/BinaryViewArray. Much of the code is frombinary_map.rs, but with simpler implementation because we directly use theGenericByteViewBuilder.- Sort expressions
- This module provides common traits for visiting or rewriting tree nodes easily.