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