Medial Code Documentation
|
Public Member Functions | |
ArrowColumnarBatch (struct ArrowArray *rb, struct ArrowSchemaImporter *schema) | |
size_t | Import (float missing) |
ArrowColumnarBatch (const ArrowColumnarBatch &)=delete | |
ArrowColumnarBatch & | operator= (const ArrowColumnarBatch &)=delete |
ArrowColumnarBatch (ArrowColumnarBatch &&)=delete | |
ArrowColumnarBatch & | operator= (ArrowColumnarBatch &&)=delete |
size_t | Size () const |
size_t | NumColumns () const |
size_t | NumElements () const |
const Column & | GetColumn (size_t col_idx) const |
void | ShiftRowOffsets (size_t batch_offset) |
const std::vector< size_t > & | RowOffsets () const |