Skip to main content

Module ddl_fts

Module ddl_fts 

Source
Expand description

Auto-extracted from physical_operator.rs

Structsยง

PhysicalCountRelTable
Physical COUNT on rel table โ€” optimized via CSR metadata (Ladybug). Instead of scanning all edges, directly reads the edge count from the RelTable.
PhysicalCreateFtsIndex
Physical operator for CREATE FTS INDEX โ€” builds the Tantivy FTS index over the source column (P104.1/P104.4).
PhysicalFtsScan
Physical operator for USING FTS INDEX scan โ€” queries the Tantivy index and returns ranked (doc_id, score) pairs (P104.2 clean break).