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 3 macro tables: - Physical
FtsScan - Physical operator for
USING FTS INDEXscan โ queries the 3 macro tables and returns ranked (node_id, score) pairs using BM25 scoring.