Re-exportsยง
pub use crate::columnar_value::ColumnarValue;
Enumsยง
- Scalar
Value - 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_histogramif not set. - greptime_
timestamp - Get the default timestamp column name.
Returns the configured value, or
greptime_timestampif not set. - greptime_
value - Get the default value column name.
Returns the configured value, or
greptime_valueif not set. - set_
default_ prefix