Documentation
¶
Index ¶
- func IsCtePipelineAtLoop(rootOp vm.Operator) (isMergeCte bool, atLoop bool)
- type Pipeline
- func (p *Pipeline) CleanRootOperator(proc *process.Process, pipelineFailed bool, isPrepare bool, err error)
- func (p *Pipeline) Cleanup(proc *process.Process, pipelineFailed bool, isPrepare bool, err error)
- func (p *Pipeline) Run(proc *process.Process) (end bool, err error)
- func (p *Pipeline) RunWithReader(r engine.Reader, topValueMsgTag int32, proc *process.Process) (end bool, err error)
- func (p *Pipeline) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pipeline ¶
type Pipeline struct {
// contains filtered or unexported fields
}
func (*Pipeline) CleanRootOperator ¶
func (p *Pipeline) CleanRootOperator(proc *process.Process, pipelineFailed bool, isPrepare bool, err error)
CleanRootOperator only do free or reset work for the last operator. this is just used for RemoteRun because we kept the root operator of remote-pipeline at local.
func (*Pipeline) Cleanup ¶ added in v1.0.0
Cleanup do memory release work for whole pipeline. we deliver the error because some operator may need to know what the error it is.
func (*Pipeline) RunWithReader ¶
Click to show internal directories.
Click to hide internal directories.