merge

package
v0.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2021 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Proc

type Proc struct {
	// contains filtered or unexported fields
}

A Merge proc merges multiple upstream inputs into one output. If the input streams are ordered according to the configured comparison, the output of Merge will have the same order.

func New

func New(ctx context.Context, parents []proc.Interface, cmp expr.CompareFn) *Proc

func (*Proc) Done

func (m *Proc) Done()

func (*Proc) Pull

func (m *Proc) Pull() (zbuf.Batch, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL