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 ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.