Method
ArrowRecordBatchremove_column
Declaration [src]
GArrowRecordBatch*
garrow_record_batch_remove_column (
GArrowRecordBatch* record_batch,
guint i,
GError** error
)
Parameters
i |
guint |
The index of the new column. |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowRecordBatch |
The newly allocated
|
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |