MCPcopy Create free account
hub / github.com/apache/paimon-rust / matched_column

Function matched_column

crates/paimon/src/table/data_evolution_writer.rs:474–477  ·  view source on GitHub ↗
(batch: &RecordBatch, col: &str)

Source from the content-addressed store, hash-verified

472}
473
474fn matched_column(batch: &RecordBatch, col: &str) -> Result<ArrayRef> {
475 let idx = matched_column_index(batch, col)?;
476 Ok(batch.column(idx).clone())
477}
478
479struct FileRowRange {
480 first_row_id: i64,

Callers 2

prepare_commitMethod · 0.85

Calls 2

matched_column_indexFunction · 0.85
columnMethod · 0.80

Tested by 1