pub fn initialize(session: &VortexSession)Expand description
Initialize Sparse encoding in the given session.
Registers the Sparse array vtable and its aggregate kernels (IsConstant, Sum,
MinMax, NullCount, NanCount). Compare/between/fill_null pushdown is wired
through PARENT_KERNELS (see kernel.rs) and does not require registration here.