Structs§
- Context
Opt - ContextOpt is a collection of options(including table options and pipeline options) that should be extracted during the pipeline execution.
- Context
Req - 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], } - Context
ReqIter
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 🔒