Expand description
row_materialize operation — row selection, field projection, and
multi-format filesystem output with SHA-256 integrity digest.
Structs§
- Materialize
File - A single output file produced by
row_materialize. - Materialize
Params - Parameters for the
row_materializeMCP tool. - Materialize
Result - Return value of
row_materialize.
Enums§
- Field
Selector - Field projection selector.
- Materialize
Format - Output serialisation format.
- RowSelector
- Selector that identifies which rows to materialise.
- Write
Mode - Behaviour when the target file already exists.
Functions§
- apply_
projection - Apply field projection to a list of
RowRecords. - do_
materialize - Execute the
row_materializetool.