[−][src]Crate structured
Modules
| csv | An interface to CSV (comma-separated values). |
| record | Definitions to help handling CSV data as a set of records. |
Structs
| BinaryArray | An array whose elements are byte sequences. |
| BinaryArrayType | Data type of a dynamic array whose elements are byte sequences. |
| Column | A single column in a table. |
| Description | Statistical summary of data of the same type. |
| Field | Metadata for a field in a schema. |
| Float64Type | Primitive data type for |
| Float64ArrayType | Data type of a dynamic array whose elements are |
| Int32Type | Primitive data type for |
| Int32ArrayType | Data type of a dynamic array whose elements are |
| Int64Type | Primitive data type for |
| Int64ArrayType | Data type of a dynamic array whose elements are |
| Schema | Describes the meta-data of an ordered sequence of relative types. |
| StringArray | An array whose elements are UTF-8 strings. |
| Table | Structured data represented in a column-oriented form. |
| TimestampSecondType | Primitive data type for |
| UInt8Type | Primitive data type for |
| UInt8ArrayType | Data type of a dynamic array whose elements are |
| UInt32Type | Primitive data type for |
| UInt32ArrayType | Data type of a dynamic array whose elements are |
| Utf8ArrayType | Data type of a dynamic array whose elements are UTF-8 strings. |
Enums
| ColumnType | The data type of a table column. |
| DataType | Supported types. |
| DescriptionElement | The underlying data type of a column description. |
| TimeUnit | The unit of timestamp stored as an integer. |
Traits
| Array | A dynamically-typed array. |