Skip to main content

Module materialize

Module materialize 

Source
Expand description

row_materialize operation — row selection, field projection, and multi-format filesystem output with SHA-256 integrity digest.

Structs§

MaterializeFile
A single output file produced by row_materialize.
MaterializeParams
Parameters for the row_materialize MCP tool.
MaterializeResult
Return value of row_materialize.

Enums§

FieldSelector
Field projection selector.
MaterializeFormat
Output serialisation format.
RowSelector
Selector that identifies which rows to materialise.
WriteMode
Behaviour when the target file already exists.

Functions§

apply_projection
Apply field projection to a list of RowRecords.
do_materialize
Execute the row_materialize tool.