Skip to main content

Module executor

Module executor 

Source
Expand description

SQL executor: DDL and DML operations.

Structs§

AnnSegmentInfo
What persist_ann_index returns for the caller’s manifest: the hashes a later attach verifies against, and the shape for the record.

Enums§

AnnIndexSource
Where a cached index came from - queryable via ann_cache_status, and the carrier for load-refusal diagnostics (a refused segment degrades to the slow rebuild, but the refusal reason must stay visible, never a log-only).

Traits§

CompiledPlan

Functions§

compile
exec_insert_in_txn
execute
execute_in_txn
Execute a parsed SQL statement within an existing write transaction.
execute_with_read