class |
ArrayConverter |
Array type converter.
|
class |
BigIntToFixedConverter |
Data vector whose snowflake logical type is fixed while represented as a long value vector
|
class |
BigIntToScaledFixedConverter |
Data vector whose snowflake logical type is fixed while represented as a long value vector with
scale
|
class |
BigIntToTimeConverter |
BigInt to Time type converter.
|
class |
BigIntToTimestampLTZConverter |
converter from BigInt (Long) to Timestamp_LTZ
|
class |
BigIntToTimestampNTZConverter |
converter from BigInt (Long) to Timestamp_NTZ
|
class |
BitToBooleanConverter |
Convert Arrow BitVector to Boolean
|
class |
DateConverter |
Convert Arrow DateDayVector to Date
|
class |
DecimalToScaledFixedConverter |
Data vector whose snowflake logical type is fixed while represented as a BigDecimal value vector
|
class |
DoubleToRealConverter |
Convert from Arrow Float8Vector to Real.
|
class |
IntToFixedConverter |
Data vector whose snowflake logical type is fixed while represented as a int value vector
|
class |
IntToScaledFixedConverter |
Data vector whose snowflake logical type is fixed while represented as a int value vector with
scale
|
class |
IntToTimeConverter |
Convert from Arrow IntVector to Time.
|
class |
MapConverter |
Arrow MapVector converter.
|
class |
SmallIntToFixedConverter |
Data vector whose snowflake logical type is fixed while represented as a short value vector
|
class |
SmallIntToScaledFixedConverter |
Data vector whose snowflake logical type is fixed while represented as a scaled short value
vector
|
class |
StructConverter |
|
class |
ThreeFieldStructToTimestampTZConverter |
converter from three-field struct (including epoch, fraction, and timezone) to Timestamp_TZ
|
class |
TinyIntToFixedConverter |
A converter from arrow tinyint to Snowflake Fixed type converter
|
class |
TinyIntToScaledFixedConverter |
A converter from scaled arrow tinyint to Snowflake Fixed type converter
|
class |
TwoFieldStructToTimestampLTZConverter |
converter from two-field struct (epochs and fraction) to Timestamp_LTZ
|
class |
TwoFieldStructToTimestampNTZConverter |
converter from two-field struct (epochs and fraction) to Timestamp_NTZ
|
class |
TwoFieldStructToTimestampTZConverter |
converter from two-field struct (epoch and time zone) to Timestamp_TZ
|
class |
VarBinaryToBinaryConverter |
Converter from Arrow VarBinaryVector to Binary.
|
class |
VarCharConverter |
Convert Arrow VarCharVector to Java types
|
class |
VectorTypeConverter |
Arrow FixedSizeListVector converter.
|