datafusion.SessionConfig

class datafusion.SessionConfig(config_options=None)

Bases: object

Configuration options for a SessionContext

__init__()

Methods

__init__()

set(key, value)

with_batch_size(batch_size)

with_create_default_catalog_and_schema(enabled)

with_default_catalog_and_schema(catalog, schema)

with_information_schema(enabled)

with_parquet_pruning(enabled)

with_repartition_aggregations(enabled)

with_repartition_file_min_size(size)

with_repartition_file_scans(enabled)

with_repartition_joins(enabled)

with_repartition_sorts(enabled)

with_repartition_windows(enabled)

with_target_partitions(target_partitions)

set(key, value)
with_batch_size(batch_size)
with_create_default_catalog_and_schema(enabled)
with_default_catalog_and_schema(catalog, schema)
with_information_schema(enabled)
with_parquet_pruning(enabled)
with_repartition_aggregations(enabled)
with_repartition_file_min_size(size)
with_repartition_file_scans(enabled)
with_repartition_joins(enabled)
with_repartition_sorts(enabled)
with_repartition_windows(enabled)
with_target_partitions(target_partitions)