function

package
v1.18.0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(zctx *zed.Context, name string, narg int) (expr.Function, field.Path, error)

Types

type Base64

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

https://github.com/brimdata/zed/blob/main/docs/language/functions.md#base64

func (*Base64) Call

func (b *Base64) Call(args ...vector.Any) vector.Any

type Fields

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

https://github.com/brimdata/zed/blob/main/docs/language/functions.md#fields

func NewFields

func NewFields(zctx *zed.Context) *Fields

func (*Fields) Call

func (f *Fields) Call(args ...vector.Any) vector.Any

type Hex

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

https://github.com/brimdata/zed/blob/main/docs/language/functions.md#hex

func (*Hex) Call

func (h *Hex) Call(args ...vector.Any) vector.Any

type Join

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

// https://github.com/brimdata/zed/blob/main/docs/language/functions.md#join

func (*Join) Call

func (j *Join) Call(args ...vector.Any) vector.Any

type Len

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

https://github.com/brimdata/zed/blob/main/docs/language/functions.md#len

func (*Len) Call

func (l *Len) Call(args ...vector.Any) vector.Any

type Levenshtein

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

// https://github.com/brimdata/zed/blob/main/docs/language/functions.md#levenshtein

func (*Levenshtein) Call

func (l *Levenshtein) Call(args ...vector.Any) vector.Any

type Replace

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

https://github.com/brimdata/zed/blob/main/docs/language/functions.md#replace

func (*Replace) Call

func (r *Replace) Call(args ...vector.Any) vector.Any

type RuneLen

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

https://github.com/brimdata/zed/blob/main/docs/language/functions.md#run_len

func (*RuneLen) Call

func (r *RuneLen) Call(args ...vector.Any) vector.Any

type Split

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

https://github.com/brimdata/zed/blob/main/docs/language/functions.md#split

func (*Split) Call

func (s *Split) Call(args ...vector.Any) vector.Any

type ToLower

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

https://github.com/brimdata/zed/blob/main/docs/language/functions.md#lower

func (*ToLower) Call

func (t *ToLower) Call(args ...vector.Any) vector.Any

type ToUpper

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

https://github.com/brimdata/zed/blob/main/docs/language/functions.md#upper

func (*ToUpper) Call

func (t *ToUpper) Call(args ...vector.Any) vector.Any

type Trim

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

https://github.com/brimdata/zed/blob/main/docs/language/functions.md#trim

func (*Trim) Call

func (t *Trim) Call(args ...vector.Any) vector.Any

Jump to

Keyboard shortcuts

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