Documentation
¶
Index ¶
Constants ¶
View Source
const ( Inner JoinType = "INNER" Left = "LEFT" Right = "RIGHT" Full = "FULL" )
View Source
const ( NullString NullHandling = "NULLSTRING" EmptyString = "EMPTYSTRING" ReturnNull = "RETURNNULL" )
View Source
const ( Float OutputType = "FLOAT" Double = "DOUBLE" Long = "LONG" String = "STRING" Complex = "COMPLEX" )
View Source
const ( Lexicographic StringComparator = "lexicographic" Alphanumeric = "alphanumeric" Numeric = "numeric" Strlen = "strlen" Version = "version" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullHandling ¶
type NullHandling string
type OutputType ¶
type OutputType string
type StringComparator ¶
type StringComparator string
Click to show internal directories.
Click to hide internal directories.