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.
request_is_native_histogram ๐Ÿ”’
table_is_native_histogram ๐Ÿ”’
validate_column_count_match ๐Ÿ”’

Type Aliasesยง

InserterRef