mirror of
https://github.com/deepseek-ai/smallpond
synced 2025-06-26 18:27:45 +00:00
40 lines
818 B
ReStructuredText
40 lines
818 B
ReStructuredText
smallpond.logical.node.SqlEngineNode
|
|
====================================
|
|
|
|
.. currentmodule:: smallpond.logical.node
|
|
|
|
.. autoclass:: SqlEngineNode
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~SqlEngineNode.__init__
|
|
~SqlEngineNode.add_perf_metrics
|
|
~SqlEngineNode.create_task
|
|
~SqlEngineNode.get_perf_stats
|
|
~SqlEngineNode.slim_copy
|
|
~SqlEngineNode.spawn
|
|
~SqlEngineNode.task_factory
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~SqlEngineNode.default_cpu_limit
|
|
~SqlEngineNode.default_memory_limit
|
|
~SqlEngineNode.default_row_group_size
|
|
~SqlEngineNode.enable_resource_boost
|
|
~SqlEngineNode.max_udf_cpu_limit
|
|
~SqlEngineNode.num_partitions
|
|
~SqlEngineNode.oneline_query
|
|
|
|
|