// SPDX-License-Identifier: BUSL-1.1
//! Columnar base insert handler.
//!//! Writes rows to `nodedb-columnar`'s `MutationEngine`. Accepts msgpack payload
//! (array of objects). Creates the engine on first insert with schema inferred
//! from the first row.
pubmodinsert;pubmodread_prior;pubmodschema;pubmodspatial;