computed

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LuaLoaderTyp    = "lua"
	PluginLoaderTyp = "plugin"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Computed

type Computed interface {
	Name() string // return column 's name
	Type() typeof.Type
	Value(map[string]interface{}) (interface{}, error)
}

Computed represents a computed column

func NewComputed

func NewComputed(columnName, functionName string, outpuTyp typeof.Type, uriOrCode string, monitor monitor.Monitor) (Computed, error)

NewComputed creates a new script from a string

Jump to

Keyboard shortcuts

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