function

package
v2.16.2 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2025 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AbsFunction function = function{
	// contains filtered or unexported fields
}
View Source
var BoolFunction function = function{
	// contains filtered or unexported fields
}
View Source
var ConcatFunction function = function{
	// contains filtered or unexported fields
}
View Source
var ConcatWSFunction function = function{
	// contains filtered or unexported fields
}
View Source
var IntFunction function = function{
	// contains filtered or unexported fields
}
View Source
var IsBoolFunction function = function{
	// contains filtered or unexported fields
}
View Source
var IsIntFunction function = function{
	// contains filtered or unexported fields
}
View Source
var LeftFunction function = function{
	// contains filtered or unexported fields
}
View Source
var LengthFunction function = function{
	// contains filtered or unexported fields
}
View Source
var LowerFunction function = function{
	// contains filtered or unexported fields
}
View Source
var RightFunction function = function{
	// contains filtered or unexported fields
}
View Source
var StringFunction function = function{
	// contains filtered or unexported fields
}
View Source
var SubstringFunction function = function{
	// contains filtered or unexported fields
}
View Source
var SubstringWithLengthFunction function = function{
	// contains filtered or unexported fields
}
View Source
var TrimFunction function = function{
	// contains filtered or unexported fields
}
View Source
var UpperFunction function = function{
	// contains filtered or unexported fields
}

Functions

func NewFunction added in v2.16.1

func NewFunction(name string,
	fixedArgs []cesql.Type,
	variadicArgs *cesql.Type,
	returnType cesql.Type,
	fn FuncType) cesql.Function

Types

type FuncType added in v2.16.1

type FuncType func(cloudevents.Event, []interface{}) (interface{}, error)

Jump to

Keyboard shortcuts

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