| Package | Description |
|---|---|
| net.snowflake.client.core.arrow | |
| net.snowflake.client.jdbc |
| Modifier and Type | Class and Description |
|---|---|
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 |
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 |
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 |
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 |
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 |
class |
VarCharConverter
Convert Arrow VarCharVector to Java types
|
| Constructor and Description |
|---|
ArrowResultChunkIndexSorter(List<org.apache.arrow.vector.ValueVector> resultChunk,
List<ArrowVectorConverter> converters) |
| Modifier and Type | Method and Description |
|---|---|
ArrowVectorConverter |
ArrowResultChunk.ArrowChunkIterator.getCurrentConverter(int columnIdx) |
Copyright © 2022. All rights reserved.