Skip to main content

Module core

Module core 

Source

Re-exports§

pub use input::InputFormat;
pub use schema::Schema;
pub use schema::TableSchema;
pub use schema::Column;
pub use schema::Index;
pub use schema::View;
pub use schema::parse_index_sql;
pub use schema::normalize_view_sql;
pub use table::Table;
pub use table::Row;
pub use table::TableReadResult;
pub use table::SYNTHETIC_KEY_COLUMN;

Modules§

config
csv
input
schema
table