Method

DataFusionCSVReadOptionsget_table_partition_columns

since: 10.0.0

Declaration [src]

GArrowSchema*
gdf_csv_read_options_get_table_partition_columns (
  GDFCSVReadOptions* options
)

Description

No description available.

Available since: 10.0.0

Return value

Type: GArrowSchema

The column names and their types that are used for table partition.

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