Expand description
Constants used in metric engine.
Constants§
- ALTER_
PHYSICAL_ EXTENSION_ KEY - HashMap key to be used in the region server’s extension response. Represent a list of column metadata that are added to physical table.
- DATA_
REGION_ SUBDIR - DATA_
SCHEMA_ TABLE_ ID_ COLUMN_ NAME - Column name of internal column
__metric
that stores the original metric name - DATA_
SCHEMA_ TSID_ COLUMN_ NAME - FILE_
ENGINE_ NAME - LOGICAL_
TABLE_ METADATA_ KEY - 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.: - MANIFEST_
INFO_ EXTENSION_ KEY - HashMap key to be used in the region server’s extension response. Represent the manifest info of a region.
- METADATA_
REGION_ SUBDIR - METADATA_
SCHEMA_ KEY_ COLUMN_ INDEX - METADATA_
SCHEMA_ KEY_ COLUMN_ NAME - METADATA_
SCHEMA_ TIMESTAMP_ COLUMN_ INDEX - METADATA_
SCHEMA_ TIMESTAMP_ COLUMN_ NAME - METADATA_
SCHEMA_ VALUE_ COLUMN_ INDEX - METADATA_
SCHEMA_ VALUE_ COLUMN_ NAME - METRIC_
DATA_ REGION_ GROUP - region group value for data region inside a metric region
- METRIC_
ENGINE_ INDEX_ SKIPPING_ INDEX_ GRANULARITY_ OPTION - 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.
- METRIC_
ENGINE_ INDEX_ SKIPPING_ INDEX_ GRANULARITY_ OPTION_ DEFAULT - Default granularity for the skipping index in the metric engine.
- METRIC_
ENGINE_ INDEX_ TYPE_ OPTION - Option key for metric engine index type. Used to identify the primary key index type of the metric engine.
- METRIC_
ENGINE_ NAME - METRIC_
METADATA_ REGION_ GROUP - region group value for metadata region inside a metric region
- PHYSICAL_
TABLE_ METADATA_ KEY - 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§
- is_
metric_ engine - Returns true if it’s metric engine
- is_
metric_ engine_ internal_ column - Returns true if it’s a internal column of the metric engine.
- is_
metric_ engine_ option_ key - Returns true if the
key
is a valid option key for the metric engine.