Skip to main content

Module insert

Module insert 

Source

Structs§

CreateAlterTableResult 🔒
Result of create_or_alter_tables_on_demand.
FlowMirrorTask 🔒
Inserter
InstantAndNormalInsertRequests
Split insert requests into normal and instant requests.

Enums§

AutoCreateTableType
Hint for the table type to create automatically.

Constants§

SPLUNK_PK_METADATA_ORDER_KEY
QueryContext extension key the Splunk HEC handler sets (to "true") on its identity path to request metadata-first primary-key ordering at table creation. It is absent for user-supplied pipelines, so their primary-key order is left untouched.

Functions§

apply_per_table_semantic_options 🔒
Folds the semantic keys for table_name carried on the internal per-table index extension into table_options.
build_create_table_expr
fill_table_options_for_create
Fill table options for a new table by create type.
reorder_splunk_primary_keys 🔒
Moves Splunk’s metadata tags (host, source, sourcetype) to the front of the primary key, keeping the relative order of the remaining tags.
validate_column_count_match 🔒

Type Aliases§

InserterRef