Skip to main content

Crate uni_query_functions

Crate uni_query_functions 

Source
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