MCPcopy Create free account

hub / github.com/deepseek-ai/smallpond / functions

Functions992 in github.com/deepseek-ai/smallpond

Methodnuma_node_count
(self)
smallpond/execution/task.py:257
Methodnumpy_random_gen
(self)
smallpond/execution/task.py:841
Methodoneline_query
(self)
smallpond/logical/node.py:1139
Methodoneline_query
(self)
smallpond/execution/task.py:2610
Methodoutput
(self)
smallpond/execution/task.py:780
Methodoutput_dir
(self)
tests/test_fabric.py:75
Methodoutput_dirname
(self)
smallpond/execution/task.py:735
Methodoutput_filename
(self)
smallpond/execution/task.py:730
Methodoutput_root_abspath
(self)
tests/test_fabric.py:79
Functionoverall_stats
( ctx, inp, sql_per_part, sql_on_merged, output_name, output_dir=None, cpu_limit=2
smallpond/utility.py:15
Methodparse_partition_key
(key: str)
smallpond/logical/dataset.py:873
Functionparse_url
( runtime_ctx: RuntimeContext, input_tables: List[arrow.Table] )
tests/test_execution.py:194
Methodpartition
(self, runtime_ctx: RuntimeContext, dataset: DataSet)
smallpond/logical/node.py:1437
Methodpartition
(self, runtime_ctx: RuntimeContext, dataset: DataSet)
smallpond/logical/node.py:1459
Methodpartition
(self, batch_index: int, input_dataset: ParquetDataSet)
smallpond/execution/task.py:3031
Methodpartition
(self, batch_index: int, input_dataset: ParquetDataSet)
smallpond/execution/task.py:3198
Methodpartition
(self, runtime_ctx: RuntimeContext, dataset: DataSet)
tests/test_partition.py:33
Methodpartition_by_files
( self, npartition: int, random_shuffle: bool = False )
smallpond/logical/dataset.py:798
Methodpartition_dims
(self)
smallpond/execution/task.py:704
Methodpartition_infos
(self)
smallpond/execution/task.py:673
Methodpartition_infos_as_dict
(self)
smallpond/execution/task.py:677
Methodpartition_query
(self)
smallpond/execution/task.py:3010
Methodpending_nontrivial_tasks
(self)
smallpond/execution/scheduler.py:491
Methodphysical_cpu_count
(self)
smallpond/execution/task.py:266
Methodpristine_attrs_dict
(task: Task)
smallpond/execution/scheduler.py:807
Methodprocess
( self, runtime_ctx: RuntimeContext, input_datasets: List[DataSet], output_pat
smallpond/contrib/warc.py:57
Methodprocess
( self, runtime_ctx: RuntimeContext, input_readers: List[arrow.RecordBatchReader] )
smallpond/contrib/warc.py:125
Methodprocess
( self, runtime_ctx: RuntimeContext, input_datasets: List[DataSet], output_pat
smallpond/contrib/log_dataset.py:16
Methodprocess
( self, runtime_ctx: RuntimeContext, input_tables: List[arrow.Table] )
smallpond/contrib/copy_table.py:11
Methodprocess
( self, runtime_ctx: RuntimeContext, input_readers: List[arrow.RecordBatchReader] )
smallpond/contrib/copy_table.py:19
Methodprocess
Put user-defined code here. Parameters ---------- runtime_ctx The runtime context, which defines a few g
smallpond/logical/node.py:550
Methodprocess
Put user-defined code here. Parameters ---------- runtime_ctx The runtime context, which defines a few g
smallpond/logical/node.py:711
Methodprocess
Put user-defined code here. Parameters ---------- runtime_ctx The runtime context, which defines a few g
smallpond/logical/node.py:893
Methodprocess
( self, runtime_ctx: RuntimeContext, input_tables: List[arrow.Table] )
smallpond/logical/node.py:921
Methodprocess
( self, runtime_ctx: RuntimeContext, input_dfs: List[pd.DataFrame] )
smallpond/logical/node.py:935
Methodprocess
( self, runtime_ctx: RuntimeContext, input_dfs: List[pd.DataFrame] )
smallpond/logical/node.py:949
Methodprocess
( self, runtime_ctx: RuntimeContext, input_datasets: List[DataSet], output_pat
tests/test_scheduler.py:31
Methodprocess
( self, runtime_ctx: RuntimeContext, input_datasets: List[DataSet], output_pat
tests/test_execution.py:66
Methodprocess
( self, runtime_ctx: RuntimeContext, input_datasets: List[DataSet], output_pat
tests/test_execution.py:92
Methodprocess
( self, runtime_ctx: RuntimeContext, input_tables: List[arrow.Table] )
tests/test_execution.py:108
Methodprocess
( self, runtime_ctx: RuntimeContext, input_readers: List[arrow.RecordBatchReader] )
tests/test_execution.py:120
Methodprocess
( self, runtime_ctx: RuntimeContext, input_tables: List[arrow.Table] )
examples/sort_mock_urls.py:23
Methodprocess_work
(item: WorkItem, cq: WorkQueue)
smallpond/execution/executor.py:135
Methodprogress
(self)
smallpond/execution/scheduler.py:455
Methodpython_random_gen
(self)
smallpond/execution/task.py:849
Methodrand_seed_float
(self)
smallpond/execution/task.py:1210
Methodrand_seed_uint32
(self)
smallpond/execution/task.py:1214
Methodrandom_seed_bytes
(self)
smallpond/execution/task.py:835
Functionray_address
A global Ray instance for all tests
tests/conftest.py:10
Methodray_dataset_path
The path of a pickle file that contains the output dataset of the task. If this file exists, the task is considered finished.
smallpond/execution/task.py:824
Methodray_log_path
(self)
smallpond/execution/task.py:245
Methodray_marker_path
The path of an empty file that is used to determine if the task has been started. Only used by the ray executor.
smallpond/execution/task.py:814
Methodread_json
Create a DataFrame from JSON files.
smallpond/dataframe.py:64
Methodread_parquet_file
(path)
tests/test_fabric.py:270
Functionread_parquet_files_into_table
( paths_or_ranges: Union[List[str], List[RowRange]], columns: List[str] = None, filesystem: fsspec
smallpond/io/arrow.py:296
Methodrecompute
Always recompute the data regardless of whether it's already computed. Examples -------- Modify the code as follows
smallpond/dataframe.py:303
Methodremote_executors
(self)
smallpond/execution/scheduler.py:522
Methodreset
NOTE: all row ranges will be cleared. DO NOT call this if you want to keep partial files.
smallpond/logical/dataset.py:629
Methodresolve_row_range
(path: str)
smallpond/logical/dataset.py:654
Methodresolved_paths
An ordered list of absolute paths of files. File patterns are expanded to absolute paths. Example:: >>> DataSet(['da
smallpond/logical/dataset.py:190
Methodresolved_row_ranges
Return row ranges for each parquet file.
smallpond/logical/dataset.py:645
Methodresource_low
(self)
smallpond/execution/scheduler.py:123
Functionreturn_fake_gpus
(count: int = 8)
tests/test_execution.py:223
Methodrun
(self)
smallpond/execution/task.py:485
Methodrun
(self)
smallpond/execution/task.py:1373
Methodrun
(self)
smallpond/execution/task.py:1397
Methodrun
(self)
smallpond/execution/task.py:1442
Methodrun
(self)
smallpond/execution/task.py:1594
Methodrun
(self)
smallpond/execution/task.py:1630
Methodrun
(self)
smallpond/execution/task.py:1663
Methodrun
(self)
smallpond/execution/task.py:1712
Methodrun
(self)
smallpond/execution/task.py:1759
Methodrun
(self)
smallpond/execution/task.py:1801
Methodrun
(self)
smallpond/execution/task.py:1884
Methodrun
(self)
smallpond/execution/task.py:1978
Methodrun
(self)
smallpond/execution/task.py:2265
Methodrun
(self)
smallpond/execution/task.py:2624
Methodrun
(self)
smallpond/execution/task.py:2969
Methodrun
(self)
smallpond/execution/task.py:3316
Methodrun
(self)
smallpond/execution/task.py:3388
Methodrun
(self)
smallpond/execution/task.py:3506
Methodrun
(self)
smallpond/execution/executor.py:154
Methodrun
(self)
smallpond/execution/scheduler.py:307
Methodrun
(self)
smallpond/execution/workqueue.py:218
Methodrun_executor
(runtime_ctx: RuntimeContext, exec_id: str, numa_node_id=None)
smallpond/execution/driver.py:335
Functionrun_scheduler
( runtime_ctx: RuntimeContext, scheduler: Scheduler, queue: queue.Queue )
tests/test_fabric.py:30
Methodrun_test_plan
( npartitions: int, data_partition_column: str, engine_type: str,
tests/test_partition.py:311
Methodrunning_works
(self)
smallpond/execution/scheduler.py:465
Methodruntime_ctx
(self)
smallpond/session.py:245
Methodruntime_ctx_path
(self)
smallpond/execution/task.py:233
Methodruntime_id
(self)
smallpond/execution/task.py:722
Methodruntime_output_abspath
Output data will be produced in this directory at runtime. When the task is finished, this directory will be atomically moved to `fi
smallpond/execution/task.py:767
Methodruntime_output_abspath
(self)
smallpond/execution/task.py:3382
Methodsched_state_path
(self)
smallpond/execution/task.py:253
Methodsecs_executor_probe_timeout
(self)
smallpond/execution/task.py:297
Methodself_contained_output
Whether the output of this node is not dependent on any input nodes.
smallpond/execution/task.py:784
Methodself_contained_output
(self)
smallpond/execution/task.py:1388
Methodself_contained_output
(self)
smallpond/execution/task.py:1433
Methodself_contained_output
(self)
smallpond/execution/task.py:1624
Methodself_contained_output
(self)
smallpond/execution/task.py:1709
← previousnext →701–800 of 992, ranked by callers