Documentation
¶
Overview ¶
Package function provides built-in functions for xxldb
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Registry = make(map[string]Function)
Registry holds all registered functions
Functions ¶
func HasAggregate ¶
HasAggregate checks if an expression contains aggregate functions
func IsAggregate ¶
IsAggregate checks if a function is an aggregate function
Types ¶
type FolderEntry ¶
type FolderEntry struct {
Name string `json:"name"`
IsDir bool `json:"is_dir"`
Size int64 `json:"size,omitempty"`
ModTime string `json:"mod_time,omitempty"`
Content []byte `json:"content,omitempty"`
Children []FolderEntry `json:"children,omitempty"`
}
FolderEntry represents a file or folder entry
Click to show internal directories.
Click to hide internal directories.