Skip to main content

with_keys

Function with_keys 

Source
pub fn with_keys(batch: &RecordBatch, keys: &[Option<String>]) -> RecordBatch
Expand description

The batch with keys as its __fv_key meta column (replacing one already there): the key each row is emitted under, or that a downstream operator falls back to.