package
0.0.0-20230523093423-5019c6514204
Repository: https://github.com/go-faster/yt.git
Documentation: pkg.go.dev
# Packages
package spec defines specification of YT operation.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
GroupKeys groups rows in r by key, according to KeySwitch().
InsideJob determines whether current process is running inside a mapreduce job.
JobMain runs user code inside mapreduce job.
No description provided by the author
No description provided by the author
Register registers job type.
RegisterJobPart registers type that might be used as part of the job state.
RegisterName registers job type with overriden name.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithLocalFile makes local file available inside job sandbox directory.
# Constants
No description provided by the author
# Structs
No description provided by the author
CoreTableRow is a single row of operation core table.
StderrTableRow is a single row of operation stderr table.
Untyped is empty struct useful for embedding inside user job type, it provides default implementation of InputTypes() and OutputTypes() methods.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Reader represents input of the job.
Writer is single output of mapreduce job.