Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LegacyIsDecimal ¶
Types ¶
type TypeDescription ¶
type TypeDescription struct { IsString bool IsDecimal bool IsArray bool IsDateTime64 bool IsDateTime bool IsDate bool YtBaseType string IsInteger bool // contains filtered or unexported fields }
func NewTypeDescription ¶
func NewTypeDescription(chTypeName string) *TypeDescription
func (*TypeDescription) DateTime64Precision ¶
func (t *TypeDescription) DateTime64Precision() int
type TypeMapping ¶
type TypeMapping map[string]*TypeDescription
Click to show internal directories.
Click to hide internal directories.