hashbuild

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BuildHashMap = iota
	HandleRuntimeFilter
	Eval
	End
)

Variables

This section is empty.

Functions

func Call

func Call(idx int, proc *process.Process, arg any, isFirst bool, _ bool) (process.ExecStatus, error)

func Prepare

func Prepare(proc *process.Process, arg any) (err error)

func String

func String(_ any, buf *bytes.Buffer)

Types

type Argument

type Argument struct {

	// need to generate a push-down filter expression
	NeedExpr    bool
	NeedHashMap bool
	IsDup       bool
	Ibucket     uint64
	Nbucket     uint64
	Typs        []types.Type
	Conditions  []*plan.Expr

	HashOnPK             bool
	NeedMergedBatch      bool
	RuntimeFilterSenders []*colexec.RuntimeFilterChan
	// contains filtered or unexported fields
}

func (*Argument) Free

func (arg *Argument) Free(proc *process.Process, pipelineFailed bool, err error)

Jump to

Keyboard shortcuts

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