types

package
v0.0.0-...-bbf0bf7 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Integer   string = "INT"
	Long      string = "LONG"
	Float     string = "FLOAT"
	Double    string = "DOUBLE"
	Boolean   string = "BOOL"
	Timestamp string = "TIMESTAMP"
	String    string = "STRING"
	JSON      string = "JSON"
	Bytes     string = "BYTES"
	Map       string = "MAP"
	List      string = "LIST"
	Unknown   string = "UNKNOWN"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DataType

type DataType struct {
	TypeName string
	Sortable bool
	Numberic bool
	Typ      arrow.DataType
}

func GetDataType

func GetDataType(tn string) DataType

type FieldType

type FieldType string
const (
	DimensionType FieldType = "DIMENSION"
	MetricType    FieldType = "METRIC"
	TimeType      FieldType = "TIME"
	DatetimeType  FieldType = "DATE_TIME"
	ComplexType   FieldType = "COMPLEX"
)

Jump to

Keyboard shortcuts

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