Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StringSplit ¶
type StringSplit struct{}
StringSplit implements str_split scalar sql function. The function signature of the equivalent sql function is:
str_split(input, separator, index) string
func (*StringSplit) Apply ¶
func (s *StringSplit) Apply(context *sqlite.Context, value ...sqlite.Value)
func (*StringSplit) Args ¶
func (s *StringSplit) Args() int
func (*StringSplit) Deterministic ¶
func (s *StringSplit) Deterministic() bool
type TomlToJson ¶
type TomlToJson struct{}
TomlToJson implements toml_to_json sql function. The function signature of the equivalent sql function is:
toml_to_json(string) string
func (*TomlToJson) Apply ¶
func (y *TomlToJson) Apply(context *sqlite.Context, value ...sqlite.Value)
func (*TomlToJson) Args ¶
func (y *TomlToJson) Args() int
func (*TomlToJson) Deterministic ¶
func (y *TomlToJson) Deterministic() bool
type XmlToJson ¶
type XmlToJson struct{}
XmlToJson implements xml_to_json sql function. The function signature of the equivalent sql function is:
xml_to_json(string) string
func (*XmlToJson) Deterministic ¶
type YamlToJson ¶
type YamlToJson struct{}
YamlToJson implements yaml_to_json sql function. The function signature of the equivalent sql function is:
yaml_to_json(string) string
func (*YamlToJson) Apply ¶
func (y *YamlToJson) Apply(context *sqlite.Context, value ...sqlite.Value)
func (*YamlToJson) Args ¶
func (y *YamlToJson) Args() int
func (*YamlToJson) Deterministic ¶
func (y *YamlToJson) Deterministic() bool
Click to show internal directories.
Click to hide internal directories.