Method

ArrowRecordBatchBuilderget_schema

Declaration [src]

GArrowSchema*
garrow_record_batch_builder_get_schema (
  GArrowRecordBatchBuilder* builder
)

Description

No description available.
Available since:0.8.0

Return value

Returns: GArrowSchema
 

The GArrowSchema of the record batch builder.

 The caller of the method takes ownership of the data, and is responsible for freeing it.