Module arrow_udf

Module arrow_udf 

Source
Expand description

This is for arrow dependency named arrow-xxx such as arrow-array in the cargo workspace.

This should the default arrow version to be used in our system.

The corresponding version of arrow is currently used by udf.

Re-exports§

pub use super::arrow_54::FromArrow;
pub use super::arrow_54::ToArrow;
pub use super::arrow_54::arrow_array;
pub use super::arrow_54::arrow_buffer;
pub use super::arrow_54::arrow_cast;
pub use super::arrow_54::arrow_schema;

Structs§

UdfArrowConvert
Arrow conversion for UDF.