# Constants
COLUMN_TYPE_LABEL is a column containing a label.
COLUMN_TYPE_MAX_TIMESTAMP is a column containing the maximum timestamp of a stream.
COLUMN_TYPE_MIN_TIMESTAMP is a column containing the minimum timestamp of a stream.
COLUMN_TYPE_ROWS is a column indicating the number of rows for a stream.
COLUMN_TYPE_STREAM_ID is a column containing the stream ID.
Invalid column type.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ColumnDesc describes an individual column within the streams table.
ColumnMetadata describes the metadata for a column.
Metadata describes the metadata for the streams section.
PageDesc describes an individual page within a column.
# Type aliases
ColumnType represents the valid types that a stream's column can have.