Skip to main content

Module prelude

Module prelude 

Source

Re-exportsยง

pub use crate::columnar_value::ColumnarValue;

Enumsยง

ScalarValue
A dynamically typed, nullable single value.

Constantsยง

GREPTIME_COUNT
Default counter column name for OTLP metrics (legacy mode).
GREPTIME_PHYSICAL_TABLE
Default physical table name
GREPTIME_TEMPORALITY_DELTA
Authoritative raw-delta value for OTLP_AGGREGATION_TEMPORALITY_LABEL.
GREPTIME_TIMESTAMP ๐Ÿ”’
Default timestamp column name constant for backward compatibility.
GREPTIME_VALUE ๐Ÿ”’
Default value column name constant for backward compatibility.
OTLP_AGGREGATION_TEMPORALITY_LABEL
Stored series label that opts ordinary float samples into raw-delta math.

Staticsยง

GREPTIME_NATIVE_HISTOGRAM_CELL ๐Ÿ”’
Default native histogram column name.
GREPTIME_TIMESTAMP_CELL ๐Ÿ”’
Default time index column name.
GREPTIME_VALUE_CELL ๐Ÿ”’
Default value column name.

Functionsยง

greptime_native_histogram
Get the default native histogram column name. Returns the configured value, or greptime_native_histogram if not set.
greptime_timestamp
Get the default timestamp column name. Returns the configured value, or greptime_timestamp if not set.
greptime_value
Get the default value column name. Returns the configured value, or greptime_value if not set.
set_default_prefix