Documentation ¶ Index ¶ func Call(idx int, proc *process.Process, arg any) (bool, error) func Prepare(_ *process.Process, arg any) error func String(arg any, buf *bytes.Buffer) type Argument func (arg *Argument) Free(proc *process.Process, pipelineFailed bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Call ¶ func Call(idx int, proc *process.Process, arg any) (bool, error) func Prepare ¶ func Prepare(_ *process.Process, arg any) error func String ¶ func String(arg any, buf *bytes.Buffer) Types ¶ type Argument ¶ type Argument struct { Limit int64 // Limit store the number of mergeTop-operator Fs []*plan.OrderBySpec // Fs store the order information // contains filtered or unexported fields } func (*Argument) Free ¶ added in v0.6.0 func (arg *Argument) Free(proc *process.Process, pipelineFailed bool) Source Files ¶ View all Source files top.gotypes.go Click to show internal directories. Click to hide internal directories.