Class

DataFusionCSVReadOptions

Description

class DataFusion.CSVReadOptions : GObject.Object {
  parent_instance: GObject
}
No description available.

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.

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 ','.

DataFusion.CSVReadOptions:has-header

Whether the CSV file have a header or not.

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.

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.

Class structure

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