Expand description
Access to a RecordBatch’s columns
Functions§
- get_
only_ primitive_ value - Retrieves the single primitive value from the first column of a single-record batch.
- get_
only_ string_ value - Retrieves the single string value from the first column of a single-record batch.
- get_
single_ row_ primitive_ value - Retrieves the single primitive value from an indexed column of a single-record batch.
- get_
single_ row_ primitive_ value_ by_ name - Retrieves the single primitive value from a named column of a single-record batch.
- typed_
column - Retrieves a typed column from a
RecordBatchby index. - typed_
column_ by_ name - Retrieves a typed column from a
RecordBatchby name.