Method
ArrowReadOptionsset_included_fields
since: 1.0.0
Declaration [src]
void
garrow_read_options_set_included_fields (
  GArrowReadOptions* options,
  int* fields,
  gsize n_fields
)
      Parameters
fields- 
            
Type: An array of
intTop-level schema fields to include when deserializing RecordBatch. If empty, return all deserialized fields.
The length of the array is specified in the n_fieldsargument.The data is owned by the caller of the function.  n_fields- 
            
Type:
gsizeThe number of included fields.