Class

DataFusionCSVReadOptions

since: 21.0

Description

class DataFusion.CSVReadOptions : GObject.Object
{
  /* No available fields */
}
No description available.

Available since: 21.0

Ancestors

Constructors

gdf_csv_read_options_new
No description available.

since: 10.0.0

Instance methods

gdf_csv_read_options_get_file_extension
No description available.

since: 10.0.0

gdf_csv_read_options_get_schema
No description available.

since: 10.0.0

gdf_csv_read_options_get_table_partition_columns
No description available.

since: 10.0.0

gdf_csv_read_options_set_file_extension
No description available.

since: 21.0

gdf_csv_read_options_set_schema
No description available.

since: 10.0.0

gdf_csv_read_options_set_table_partition_columns
No description available.

since: 10.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

DataFusion.CSVReadOptions:delimiter

An optional column delimiter. Defaults to ','.

since: 21.0

DataFusion.CSVReadOptions:has-header

Whether the CSV file have a header or not.

since: 21.0

DataFusion.CSVReadOptions:schema-infer-max-n-records

The max number of rows to read from CSV files for schema inference if needed. Defaults to 1000.

since: 21.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

since: 2.0

Class structure

struct DataFusionCSVReadOptionsClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.