build

package
v0.0.0-...-9ff550a Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AggFuncs map[string]struct{} = map[string]struct{}{
	"avg":   struct{}{},
	"max":   struct{}{},
	"min":   struct{}{},
	"sum":   struct{}{},
	"count": struct{}{},
}
View Source
var ExtendFuncs map[string]int = map[string]int{
	"abs":     overload.Abs,
	"ceil":    overload.Ceil,
	"sign":    overload.Sign,
	"floor":   overload.Floor,
	"round":   overload.Round,
	"lower":   overload.Lower,
	"upper":   overload.Upper,
	"length":  overload.Length,
	"typeof":  overload.Typeof,
	"concat":  overload.Concat,
	"cast":    overload.Typecast,
	"like":    overload.Like,
	"notlike": overload.NotLike,
}

Functions

func New

func New(sql string, c context.Context, stg storage.Storage) *build

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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