Expand description
Utilities for projection on flat format.
Structsยง
- Flat
Projection Mapper - Handles projection and converts batches in flat format with correct schema.
Functionsยง
- compute_
input_ ๐arrow_ schema - Computes the Arrow schema for input batches.
- flat_
projected_ ๐columns - Returns ids and datatypes of columns of the output batch after applying the
projection
.