Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::datasource::schema_adapter - Rust
[go: Go Back, main page]

Module datafusion::datasource::schema_adapter

source ·
Expand description

SchemaAdapter and SchemaAdapterFactory to adapt file-level record batches to a table schema.

Adapter provides a method of translating the RecordBatches that come out of the physical format into how they should be used by DataFusion. For instance, a schema can be stored external to a parquet file that maps parquet logical types to arrow types.

Structs§

  • The SchemaMapping struct holds a mapping from the file schema to the table schema and any necessary type conversions that need to be applied.

Traits§