Method
DataFusionCSVReadOptionsget_schema
since: 10.0.0
Declaration [src]
GArrowSchema*
gdf_csv_read_options_get_schema (
GDFCSVReadOptions* options
)
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 . |