pub const LOCAL_PHASE_VNODE_COLUMN_NAME: &str = "_vnode";Expand description
The name of the vnode column added by Project::with_vnode_col, used as the group key for
local phase of aggregation or top-n under two-phase optimization.
pub const LOCAL_PHASE_VNODE_COLUMN_NAME: &str = "_vnode";The name of the vnode column added by Project::with_vnode_col, used as the group key for
local phase of aggregation or top-n under two-phase optimization.