datafusion.RuntimeConfig

class datafusion.RuntimeConfig

Bases: object

Runtime options for a SessionContext

__init__()

Methods

__init__()

with_disk_manager_disabled()

with_disk_manager_os()

with_disk_manager_specified(paths)

with_fair_spill_pool(size)

with_greedy_memory_pool(size)

with_temp_file_path(path)

with_unbounded_memory_pool()

with_disk_manager_disabled()
with_disk_manager_os()
with_disk_manager_specified(paths)
with_fair_spill_pool(size)
with_greedy_memory_pool(size)
with_temp_file_path(path)
with_unbounded_memory_pool()