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

# Functions

CreateAsyncErrorChannel produces a channel for errors.
FormatMultiError formats multierrors for logging.
GetTrace produces the string representation of a stack trace.
KeyColumns is a shortcut for defining a KeyingOperation which uses multiple source column values to produce a compound key.
SafeFilterOperation wraps a FilterOperation such that panics are recovered and nice error messages are constructed.
SafeFlatMapOperation wraps a FlatMapOperation such that panics are recovered and nice error messages are constructed.
SafeKeyingOperation wraps a KeyingOperation such that panics are recovered and nice error messages are constructed.
SafeMapOperation wraps a MapOperation such that panics are recovered and nice error messages are constructed.
SafeReductionOperation wraps a ReductionOperation such that panics are recovered and nice error messages are constructed.
WaitAndFetchError attempts to fetch an error from an async goroutine.

# Constants

SerializedPartitionDataType indicates that serialized partition data is being transferred.