Method

DataFusionParquetReadOptionsget_table_partition_columns

since: 10.0.0

Declaration [src]

GArrowSchema*
gdf_parquet_read_options_get_table_partition_columns (
  GDFParquetReadOptions* 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.