Documentation ¶ Index ¶ func Call(proc *process.Process, arg interface{}) (bool, error) func Prepare(_ *process.Process, arg interface{}) error func String(arg interface{}, buf *bytes.Buffer) type Argument Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Call ¶ func Call(proc *process.Process, arg interface{}) (bool, error) func Prepare ¶ func Prepare(_ *process.Process, arg interface{}) error func String ¶ func String(arg interface{}, buf *bytes.Buffer) Types ¶ type Argument ¶ type Argument struct { // Fields store the order information Fields []top.Field // Limit store the number of mergeTop-operator Limit int64 // contains filtered or unexported fields } Source Files ¶ View all Source files mergetop.go types.go Click to show internal directories. Click to hide internal directories.