Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepseek-ai/smallpond
/ functions
Functions
992 in github.com/deepseek-ai/smallpond
⨍
Functions
992
◇
Types & classes
154
↳
Endpoints
2
Method
exec_on_scheduler
(self)
smallpond/execution/task.py:3489
Method
exec_on_scheduler
(self)
smallpond/execution/workqueue.py:106
Method
exec_plan_path
(self)
smallpond/execution/task.py:249
Method
exec_task
(task: Task, *inputs: DataSet)
smallpond/execution/task.py:1127
Method
export_timeline_figs
(self)
smallpond/execution/scheduler.py:850
Method
extract_perf_metrics
(obj: Dict)
smallpond/execution/task.py:1329
Method
fail
(self)
smallpond/execution/scheduler.py:111
Method
failed_executors
(self)
smallpond/execution/scheduler.py:548
Method
final_output
(self)
smallpond/execution/task.py:3546
Method
final_output_abspath
(self)
smallpond/execution/task.py:763
Method
final_output_abspath
(self)
smallpond/execution/task.py:3373
Method
final_output_path
(self)
smallpond/execution/task.py:3550
Method
finalize
(self)
smallpond/execution/task.py:1394
Method
finalize
(self)
smallpond/execution/task.py:1439
Method
finalize
(self)
smallpond/execution/task.py:1541
Method
finalize
(self)
smallpond/execution/task.py:1798
Method
finalize
(self)
smallpond/execution/task.py:2186
Method
finalize
(self)
smallpond/execution/task.py:2951
Method
finalize
(self)
smallpond/execution/task.py:3313
Method
finalize
(self)
smallpond/execution/task.py:3503
Method
finalize
(self)
tests/test_execution.py:63
Function
first_value_in_dict
(d: Dict[K, V])
smallpond/common.py:70
Method
flush
(self)
smallpond/execution/task.py:444
Function
generate_arrow_parquet
(path: str, num_rows=100)
tests/datagen.py:69
Function
generate_records
( runtime_ctx: RuntimeContext, input_readers: List[arrow.RecordBatchReader], record_nbytes=100,
benchmarks/gray_sort_benchmark.py:48
Function
generate_url_parquet
Generate a parquet file with a specified number of random data lines
tests/datagen.py:119
Method
get_env
Get an environment variable and convert it to the given type. If the variable is not set, return None.
smallpond/session.py:353
Method
get_partition_info
(self, dimension: str)
smallpond/execution/task.py:707
Method
get_user_arguments
Get user-defined arguments.
smallpond/execution/driver.py:290
Method
good
(self)
smallpond/execution/scheduler.py:107
Method
good_executors
(self)
smallpond/execution/scheduler.py:544
Method
gpu_count
(self)
smallpond/execution/scheduler.py:143
Method
gpu_limit
(self)
smallpond/execution/workqueue.py:86
Method
graph
Get the DataFrame graph.
smallpond/dataframe.py:141
Method
idle
(self)
smallpond/execution/scheduler.py:90
Function
init
Initialize smallpond environment. This is the entry point for smallpond:: import smallpond sp = smallpond.init() By de
smallpond/__init__.py:11
Method
initialize
(self)
smallpond/execution/task.py:1391
Method
initialize
(self)
smallpond/execution/task.py:1436
Method
initialize
(self)
smallpond/execution/task.py:1627
Method
initialize
(self)
smallpond/execution/task.py:1795
Method
initialize
(self)
smallpond/execution/task.py:2927
Method
initialize
(self)
smallpond/execution/task.py:3310
Method
initialize
(self)
smallpond/execution/task.py:3500
Method
input_udfs
(self)
smallpond/execution/task.py:1218
Method
io_workers
(self)
smallpond/execution/task.py:2832
Method
is_available
Whether the platform is available in the current environment.
smallpond/platform/base.py:15
Method
is_primitive
(obj: Any)
smallpond/execution/task.py:1036
Method
is_primitive_iterable
(obj: Any)
smallpond/execution/task.py:1039
Method
job_id
(self)
smallpond/execution/driver.py:308
Method
job_root_dirname
(self)
smallpond/execution/task.py:225
Method
job_status_path
(self)
smallpond/execution/task.py:229
Method
join
(self, timeout=None)
smallpond/execution/executor.py:35
Method
large_runtime_state
(self)
smallpond/execution/scheduler.py:461
Method
leaves
(self)
smallpond/execution/task.py:3558
Method
local
(self)
smallpond/execution/scheduler.py:103
Method
local
(self)
smallpond/execution/scheduler.py:338
Method
local_executors
(self)
smallpond/execution/scheduler.py:530
Method
local_gpu
Return the first GPU granted to this task. If gpu_limit is 0, return None. If gpu_limit is greater than 1, only the first GPU
smallpond/execution/workqueue.py:110
Method
local_gpu_ranks
Return all GPU ranks granted to this task.
smallpond/execution/workqueue.py:133
Method
local_rank
Return the first GPU rank granted to this task. If gpu_limit is 0, return None. If gpu_limit is greater than 1, only the firs
smallpond/execution/workqueue.py:120
Method
log_current_status
(self)
smallpond/execution/scheduler.py:975
Function
log_record
(x)
tests/test_dataframe.py:207
Method
logcial_plan_graph_path
(self)
smallpond/execution/task.py:241
Method
logcial_plan_path
(self)
smallpond/execution/task.py:237
Method
low_resource_executors
(self)
smallpond/execution/scheduler.py:560
Method
max_batch_offsets
(self)
smallpond/execution/task.py:2105
Method
max_batch_size
(self)
smallpond/execution/task.py:2183
Method
max_batch_size
(self)
smallpond/execution/task.py:2463
Method
max_batch_size
(self)
smallpond/execution/task.py:2617
Method
max_batch_size
(self)
smallpond/execution/task.py:2814
Method
max_running_works
(self)
smallpond/execution/scheduler.py:171
Method
memory_limit
(self)
smallpond/execution/workqueue.py:90
Method
memory_size
(self)
smallpond/execution/scheduler.py:147
Method
merge
(datasets: "List[PartitionedDataSet]")
smallpond/logical/dataset.py:404
Method
merge
(datasets: "List[FileSet]")
smallpond/logical/dataset.py:417
Method
merge
(datasets: "List[CsvDataSet]")
smallpond/logical/dataset.py:476
Method
merge
(datasets: "List[JsonDataSet]")
smallpond/logical/dataset.py:537
Method
merge
(datasets: "List[ParquetDataSet]")
smallpond/logical/dataset.py:605
Function
merge_input_data_frames
( runtime_ctx: RuntimeContext, input_dfs: List[DataFrame] )
tests/test_execution.py:183
Function
merge_input_tables
( runtime_ctx: RuntimeContext, input_batches: List[arrow.Table] )
tests/test_execution.py:172
Method
mode
(self)
smallpond/execution/driver.py:304
Method
named_outputs
(self)
smallpond/execution/task.py:3576
Method
nodes
(self)
smallpond/logical/node.py:2125
Function
nonzero_exit_code
( runtime_ctx: RuntimeContext, input_datasets: List[DataSet], output_path: str )
tests/test_execution.py:202
Method
num_executors
(self)
smallpond/execution/driver.py:316
Method
num_files
The number of files in the dataset.
smallpond/logical/dataset.py:151
Method
num_local_running_works
(self)
smallpond/execution/scheduler.py:480
Method
num_partitions
(self)
smallpond/logical/node.py:299
Method
num_partitions
(self)
smallpond/logical/node.py:334
Method
num_partitions
(self)
smallpond/logical/node.py:1180
Method
num_partitions
(self)
smallpond/logical/node.py:1347
Method
num_pending_nontrivial_tasks
(self)
smallpond/execution/scheduler.py:499
Method
num_pending_tasks
(self)
smallpond/execution/scheduler.py:484
Method
num_rows
The number of rows in the dataset.
smallpond/logical/dataset.py:158
Method
num_rows
(self)
smallpond/logical/dataset.py:679
Method
num_rows
(self)
smallpond/logical/dataset.py:1009
Method
num_rows
The number of rows in the range.
smallpond/io/arrow.py:40
Method
num_running_works
(self)
smallpond/execution/scheduler.py:473
Method
num_workers
(self)
smallpond/execution/task.py:2828
Method
numa_node
(self)
smallpond/execution/workqueue.py:138
← previous
next →
601–700 of 992, ranked by callers