Documentation
¶
Overview ¶
Code generated by gen_builtin_function.go, DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuiltInFunctions = []BuiltInFunction{}/* 273 elements not displayed */
Functions ¶
This section is empty.
Types ¶
type BuiltInFunction ¶
type BuiltInFunction struct {
Name string
Method string
Description string
ExampleSQLs []string
URL string
}
func FindBuiltInFunction ¶
func FindBuiltInFunction(name string) (BuiltInFunction, bool)
Click to show internal directories.
Click to hide internal directories.