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
Provenance of a cached index; queryable via ann_cache_status and carries a load-refusal reason so a refused segment’s cause stays visible, not 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