_func

package
v0.0.0-...-d9afe6e Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2019 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LuaFunctionNameRegexp = `function([\w\s]+)\(`

Functions

This section is empty.

Types

type AverageFunction

type AverageFunction struct {
}

func (*AverageFunction) Evaluate

func (f *AverageFunction) Evaluate(context *opt.FormulaContext, args ...*opt.LogicalExpression) (*opt.Argument, error)

func (*AverageFunction) Name

func (*AverageFunction) Name() string

type CountFunction

type CountFunction struct {
}

func (*CountFunction) Evaluate

func (f *CountFunction) Evaluate(context *opt.FormulaContext, args ...*opt.LogicalExpression) (*opt.Argument, error)

func (*CountFunction) Name

func (*CountFunction) Name() string

type LuaFunction

type LuaFunction struct {
}

func (*LuaFunction) Evaluate

func (f *LuaFunction) Evaluate(context *opt.FormulaContext, args ...*opt.LogicalExpression) (*opt.Argument, error)

func (*LuaFunction) Name

func (*LuaFunction) Name() string

type SumFunction

type SumFunction struct {
}

func (*SumFunction) Evaluate

func (f *SumFunction) Evaluate(context *opt.FormulaContext, args ...*opt.LogicalExpression) (*opt.Argument, error)

func (*SumFunction) Name

func (*SumFunction) Name() string

Jump to

Keyboard shortcuts

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