Versions in this module Expand all Collapse all v1 v1.18.0 Sep 20, 2024 Changes in this version + func New(zctx *zed.Context, name string, narg int) (expr.Function, field.Path, error) + type Base64 struct + func (b *Base64) Call(args ...vector.Any) vector.Any + type Fields struct + func NewFields(zctx *zed.Context) *Fields + func (f *Fields) Call(args ...vector.Any) vector.Any + type Hex struct + func (h *Hex) Call(args ...vector.Any) vector.Any + type Join struct + func (j *Join) Call(args ...vector.Any) vector.Any + type Len struct + func (l *Len) Call(args ...vector.Any) vector.Any + type Levenshtein struct + func (l *Levenshtein) Call(args ...vector.Any) vector.Any + type Replace struct + func (r *Replace) Call(args ...vector.Any) vector.Any + type RuneLen struct + func (r *RuneLen) Call(args ...vector.Any) vector.Any + type Split struct + func (s *Split) Call(args ...vector.Any) vector.Any + type ToLower struct + func (t *ToLower) Call(args ...vector.Any) vector.Any + type ToUpper struct + func (t *ToUpper) Call(args ...vector.Any) vector.Any + type Trim struct + func (t *Trim) Call(args ...vector.Any) vector.Any