Module metadata

Source
Expand description

Metadata of region and column.

This mod has its own error type MetadataError for validation and codec exceptions.

Structsยง

CastDefaultValueSnafu
SNAFU context selector for the MetadataError::CastDefaultValue variant
ChangeColumnNotFoundSnafu
SNAFU context selector for the MetadataError::ChangeColumnNotFound variant
ColumnMetadata
Metadata of a column.
ConvertColumnSchemaSnafu
SNAFU context selector for the MetadataError::ConvertColumnSchema variant
DecodeArrowIpcSnafu
SNAFU context selector for the MetadataError::DecodeArrowIpc variant
DecodeProtoSnafu
SNAFU context selector for the MetadataError::DecodeProto variant
FlightCodecSnafu
SNAFU context selector for the MetadataError::FlightCodec variant
InvalidColumnOptionSnafu
SNAFU context selector for the MetadataError::InvalidColumnOption variant
InvalidMetaSnafu
SNAFU context selector for the MetadataError::InvalidMeta variant
InvalidRawRegionRequestSnafu
SNAFU context selector for the MetadataError::InvalidRawRegionRequest variant
InvalidRegionRequestSnafu
SNAFU context selector for the MetadataError::InvalidRegionRequest variant
InvalidSchemaSnafu
SNAFU context selector for the MetadataError::InvalidSchema variant
InvalidSetRegionOptionRequestSnafu
SNAFU context selector for the MetadataError::InvalidSetRegionOptionRequest variant
InvalidUnsetRegionOptionRequestSnafu
SNAFU context selector for the MetadataError::InvalidUnsetRegionOptionRequest variant
ProstSnafu
SNAFU context selector for the MetadataError::Prost variant
RegionMetadata
General static metadata of a region.
RegionMetadataBuilder
Builder to build RegionMetadata.
SchemaProjectSnafu
SNAFU context selector for the MetadataError::SchemaProject variant
SerdeJsonSnafu
SNAFU context selector for the MetadataError::SerdeJson variant
SetFulltextOptionsSnafu
SNAFU context selector for the MetadataError::SetFulltextOptions variant
SetSkippingIndexOptionsSnafu
SNAFU context selector for the MetadataError::SetSkippingIndexOptions variant
SkippedFields ๐Ÿ”’
Fields skipped in serialization.
TimeIndexNotFoundSnafu
SNAFU context selector for the MetadataError::TimeIndexNotFound variant
UnexpectedSnafu
SNAFU context selector for the MetadataError::Unexpected variant
UnsetSkippingIndexOptionsSnafu
SNAFU context selector for the MetadataError::UnsetSkippingIndexOptions variant

Enumsยง

MetadataError

Functionsยง

set_column_fulltext_options ๐Ÿ”’
Set column fulltext options if it passed the validation.
unset_column_fulltext_options ๐Ÿ”’

Type Aliasesยง

RegionMetadataRef
Result