Method
ArrowRecordBatchBuilderget_schema
since: 0.8.0
Declaration [src]
GArrowSchema*
garrow_record_batch_builder_get_schema (
GArrowRecordBatchBuilder* builder
)
Return value
Type: GArrowSchema
The GArrowSchema
of the record batch builder.
The caller of the method takes ownership of the data, and is responsible for freeing it. |