types

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2021 License: Apache-2.0 Imports: 0 Imported by: 11

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 = "lexicographic"
	Alphanumeric  = "alphanumeric"
	Numeric       = "numeric"
	Strlen        = "strlen"
	Version       = "version"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DateTimeZone

type DateTimeZone string
const (
	UTC DateTimeZone = "UTC"
)

type JoinType

type JoinType string

type NullHandling

type NullHandling string

type OutputType

type OutputType string

type StringComparator

type StringComparator string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL