uni-query 1.1.0

OpenCypher query parser, planner, and vectorized executor for Uni
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0
// Copyright 2024-2026 Dragonscale Team

//! DataFusion ExecutionPlan for Cypher MERGE clauses.
//!
//! Re-exports [`new_merge_exec`] from `mutation_common` and provides a type
//! alias for backward compatibility.

pub use super::mutation_common::{MutationExec as MutationMergeExec, new_merge_exec};