pub const ARROW_SCHEMA_META_KEY: &str = "ARROW:schema";
Expand description
Schema metadata key used to store serialized Arrow schema
The Arrow schema is encoded using the Arrow IPC format, and then base64 encoded. This is the same format used by arrow-cpp systems, such as pyarrow.