Expand description
Auto-extracted from physical_operator.rs
Structsยง
- Physical
Count RelTable - Physical COUNT on rel table โ optimized via CSR metadata (Ladybug). Instead of scanning all edges, directly reads the edge count from the RelTable.
- Physical
Create FtsIndex - Physical operator for
CREATE FTS INDEXโ builds the Tantivy FTS index over the source column (P104.1/P104.4). - Physical
FtsScan - Physical operator for
USING FTS INDEXscan โ queries the Tantivy index and returns ranked (doc_id, score) pairs (P104.2 clean break).