Module script::python::ffi_types::py_recordbatch

source ·
Expand description

PyRecordBatch is a Python class that wraps a RecordBatch, and provide a PyMapping Protocol to access the columns of the RecordBatch.

Structs§

  • This is a Wrapper around a RecordBatch, impl PyMapping Protocol so you can do both a[0] and a["number"] to retrieve column.