Module types

Module types 

Source
Expand description

Core data model types for ingestion.

This crate ingests supported formats into an in-memory DataSet, using a user-provided Schema (a list of typed Fields).

Structs§

DataSet
In-memory tabular dataset.
Field
A single named, typed field in a Schema.
Schema
A list of fields describing the expected shape of incoming data.

Enums§

DataType
Logical data type for a schema field.
Value
A single typed value in a DataSet.