Expand description
Leaf modules extracted from uni-query to isolate them from the
planner/executor strongly-connected component.
Editing any module here recompiles only this crate, not the 79k-LOC
uni-query SCC downstream. uni-query re-exports everything here so
downstream callers keep using uni_query::query::<name>::*.
Modules§
- custom_
functions - User-defined scalar function registry.
- cypher_
type_ coerce - Cypher Type Coercion Layer
- datetime
- Temporal functions for Cypher query evaluation.
- df_expr
- Translation layer from Cypher expressions to DataFusion expressions.
- df_udfs
- Cypher-specific User Defined Functions (UDFs) for DataFusion.
- expr_
eval - Expression evaluation helper functions.
- function_
props - fusion
- Score fusion algorithms for combining results from multiple search sources.
- pushdown
- Predicate pushdown and index-aware query routing.
- rewrite
- similar_
to similar_to()expression function — unified similarity scoring.- spatial