Versions in this module Expand all Collapse all v2 v2.0.0 Mar 13, 2026 Changes in this version + var DriverTypeToSnowflake = invertMap(SnowflakeToDriverType) + var SnowflakeToDriverType = map[string]SnowflakeType + type SnowflakeType int + const ArrayType + const BinaryType + const BooleanType + const ChangeType + const DateType + const DecfloatType + const FixedType + const MapType + const NilArrayType + const NilMapType + const NilObjectType + const NullType + const ObjectType + const RealType + const SliceType + const TextType + const TimeType + const TimestampLtzType + const TimestampNtzType + const TimestampTzType + const UnSupportedType + const VariantType + func GetSnowflakeType(typ string) SnowflakeType + func (st SnowflakeType) Byte() byte + func (st SnowflakeType) String() string