- class pyarrow.dataset.TaggedRecordBatch(record_batch, fragment)#
Bases:
TaggedRecordBatchA combination of a record batch and the fragment it came from.
- Parameters:
- record_batch
RecordBatch The record batch.
- fragment
Fragment Fragment of the record batch.
- record_batch
- __init__(*args, **kwargs)#
Methods
Attributes
- count(value, /)#
Return number of occurrences of value.
- fragment#
Alias for field number 1
- index(value, start=0, stop=sys.maxsize, /)#
Return first index of value.
Raises ValueError if the value is not present.
- record_batch#
Alias for field number 0
pyarrow.dataset.TaggedRecordBatch — Apache Arrow v23.0.1