Crate datatypes

Source

Re-exports§

pub use error::Error;
pub use error::Result;
pub use arrow;

Modules§

arrow_array
compute
Computation kernels on Arrow Arrays
data_type
duration
error
interval
macros
Some helper macros for datatypes, copied from databend.
prelude
scalars
schema
serialize
time
timestamp
type_id
types
value
vectors

Macros§

for_all_primitive_types
Apply the macro rules to all primitive types.
with_match_primitive_type_id
Match the logical type and apply $body to all primitive types and nbody to other types.