Crate exon_common

Source
Expand description

Common utilities for Exon.

Structs§

TableSchema
An object that holds the schema for a table and the projection of the file schema to the table schema.
TableSchemaBuilder
A builder for TableSchema.

Constants§

DEFAULT_BATCH_SIZE
Default batch size for reading and writing.

Traits§

ExonArrayBuilder
The ExonArrayBuilder trait defines the interface for building data arrays.

Functions§

object_store_files_from_table_path
Returns a stream of object store files for a given table path.