Documentation
¶
Index ¶
- type BigIntegerType
- type BinaryType
- type BooleanType
- type BsonType
- type Chunk
- type ChunkIterator
- type DateType
- type DecimalType
- type DoubleType
- type EnumType
- type Field
- type File
- type IntegerType
- type JsonType
- type ListType
- type MapType
- type RealType
- type SmallIntegerType
- type StringType
- type TimeType
- type TimeUnit
- type TimestampType
- type TimestampWithTimezoneType
- type Type
- type UuidType
- type VariantType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigIntegerType ¶
type BigIntegerType struct{}
type BinaryType ¶
type BinaryType struct{}
type BooleanType ¶
type BooleanType struct{}
type ChunkIterator ¶
type DecimalType ¶
type DoubleType ¶
type DoubleType struct{}
type IntegerType ¶
type IntegerType struct{}
type SmallIntegerType ¶
type SmallIntegerType struct{}
type StringType ¶
type StringType struct{}
type TimestampType ¶
type TimestampType struct {
Unit TimeUnit
}
type TimestampWithTimezoneType ¶
type TimestampWithTimezoneType struct {
Unit TimeUnit
}
type Type ¶
type Type struct {
Text *StringType
Map *MapType
List *ListType
Enum *EnumType
Decimal *DecimalType
Date *DateType
Time *TimeType
Timestamp *TimestampType
TimestampTz *TimestampWithTimezoneType
Json *JsonType
Bson *BsonType
Uuid *UuidType
Variant *VariantType
Real *RealType
Double *DoubleType
SmallInteger *SmallIntegerType
Integer *IntegerType
BigInteger *BigIntegerType
Binary *BinaryType
Boolean *BooleanType
}
type VariantType ¶
type VariantType struct{}
Click to show internal directories.
Click to hide internal directories.