Method

DataFusionCSVReadOptionsget_schema

since: 10.0.0

Declaration [src]

GArrowSchema*
gdf_csv_read_options_get_schema (
  GDFCSVReadOptions* options
)

Description

No description available.

Available since: 10.0.0

Return value

Type: GArrowSchema

A GArrowSchema to be used on reading CSV.

The data is owned by the instance.
The return value can be NULL.