pub type NullColumnarValue = ColumnarValue;
Expand description

null columnar values are implemented as a null array in order to pass batch num_rows

Trait Implementations

Converts to this type from the input type.