Skip to main content

silver_batch

Function silver_batch 

Source
pub fn silver_batch(
    rows: &[Row],
    lineage: &Lineage,
    item_output: &Ty,
) -> Result<Option<RecordBatch>, WarehouseError>
Expand description

Build the silver batch: successful rows only, typed against item_output.

Returns None when the node declared no shape to validate against.