Expand description
Constants used in metric engine.
Constants§
- HashMap key to be used in the region server’s extension response. Represent a list of column metadata that are added to physical table.
- Column name of internal column
__metric
that stores the original metric name - Metadata key present in the
CREATE TABLE ... WITH ()
clause. This key is used to identify a logical table and associate it with a corresponding physical table . E.g.: - region group value for data region inside a metric region
- Option key for the granularity of the skipping index in the metric engine. This key is used to specify the granularity of the primary key index (skipping index) in the metric engine.
- Default granularity for the skipping index in the metric engine.
- Option key for metric engine index type. Used to identify the primary key index type of the metric engine.
- region group value for metadata region inside a metric region
- Metadata key present in the
CREATE TABLE ... WITH ()
clause. This key is used to identify the table is a physical metric table. E.g.:
Functions§
- Returns true if it’s metric engine
- Returns true if it’s a internal column of the metric engine.
- Returns true if the
key
is a valid option key for the metric engine.