package
0.0.0-20220611034010-79c606f82032
Repository: https://github.com/go-sif/sif.git
Documentation: pkg.go.dev

# Structs

PlanExecutorConfig configures the execution of a plan.

# Interfaces

AccessibleRow allows access to Row internals.
Column adds methods to sif.Column for column modification.
An ExecutableDataFrame is a DataFrame that can be executed by a Sif cluster.
A Plan is an execution plan for a DataFrame.
A PlanExecutor manages the execution of a DataFrame Plan.
Schema adds methods to sif.Schema for schema modification.
Stage is a group of tasks which share a common schema.

# Type aliases

PartitionTransform transforms an OperablePartition into 0 or more OperablePartitions.