Module engine

Source
Expand description

Query execution engine.

Orchestrates index, storage, and analytics to execute temporal queries.

Structsยง

QueryEngine
Query engine that coordinates index + storage + analytics.

Functionsยง

build_traj ๐Ÿ”’
do_analogy ๐Ÿ”’
do_causal_search ๐Ÿ”’
Causal search: kNN + temporal context via trajectory walk.
do_change_points ๐Ÿ”’
do_cohort_drift ๐Ÿ”’
do_counterfactual ๐Ÿ”’
do_discover_discords ๐Ÿ”’
do_discover_motifs ๐Ÿ”’
do_drift_quant ๐Ÿ”’
do_granger ๐Ÿ”’
do_prediction ๐Ÿ”’
do_temporal_join ๐Ÿ”’
do_velocity ๐Ÿ”’
execute_query
Execute a temporal query against any index without owning it.
find_nearest ๐Ÿ”’
to_slices ๐Ÿ”’