Skip to main content

parse_per_table_semantic_index

Function parse_per_table_semantic_index 

Source
pub fn parse_per_table_semantic_index(
    ctx: &QueryContextRef,
) -> Option<PerTableSemanticIndex>
Expand description

Parses the per-table semantic index off the context extension. Call once per create-planning round: a first write creating N tables would otherwise re-parse the whole index N times. None when the request carries no index (logs, traces, Prom RW v1) or it fails to parse.