Module ctx_req

Source

Structs§

ContextOpt
ContextOpt is a collection of options(including table options and pipeline options) that should be extracted during the pipeline execution.
ContextReq
ContextReq is a collection of row insert requests with different options. The default option is all empty. Because options are set in query context, we have to split them into sequential calls The key is a ContextOpt struct for strong type. e.g: { “skip_wal=true,ttl=1d”: [RowInsertRequest], “ttl=1d”: [RowInsertRequest], }
ContextReqIter

Constants§

APPEND_MODE_KEY 🔒
AUTO_CREATE_TABLE_KEY 🔒
GREPTIME_APPEND_MODE 🔒
GREPTIME_AUTO_CREATE_TABLE 🔒
GREPTIME_MERGE_MODE 🔒
GREPTIME_PHYSICAL_TABLE 🔒
GREPTIME_SKIP_WAL 🔒
GREPTIME_TABLE_SUFFIX 🔒
GREPTIME_TTL 🔒
MERGE_MODE_KEY 🔒
PHYSICAL_TABLE_KEY 🔒
PIPELINE_HINT_KEYS
PIPELINE_HINT_PREFIX 🔒
SKIP_WAL_KEY 🔒
TABLE_SUFFIX_KEY 🔒
TTL_KEY 🔒