Skip to main content

Module table

Module table 

Source
Expand description

High-level time-series table abstraction.

This module is the canonical home for the user-facing TimeSeriesTable API.

Modules§

append
Append pipeline for TimeSeriesTable.

Structs§

OptimizeReport
Result of one entity-layout optimization operation.
TimeSeriesTable
High-level time-series table handle.

Enums§

AppendError
Errors owned by an append operation.
CoverageQueryError
Errors from table coverage queries and read-only coverage recovery.
CreateTableError
Errors owned by a table creation operation.
EntityRewriteError
Failure while staging a mixed segment rewrite.
OpenTableError
Errors owned by a table open operation.
OptimizeError
Errors owned by an entity-layout optimization operation.
ScanError
Errors from planning or lazily executing a table scan.
TableError
Errors from high-level time-series table operations.
TableStateAccessError
Errors owned by table state reads and refreshes.

Type Aliases§

TimeSeriesScan
Stream of Arrow RecordBatch values from a time-series scan.