Class NullableDecimalHolder
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.data.writers.holders.NullableDecimalHolder
-
- All Implemented Interfaces:
org.apache.arrow.vector.holders.ValueHolder
public class NullableDecimalHolder extends Object implements org.apache.arrow.vector.holders.ValueHolder
-
-
Field Summary
Fields Modifier and Type Field Description int
isSet
BigDecimal
value
-
Constructor Summary
Constructors Constructor Description NullableDecimalHolder()
-
-
-
Field Detail
-
isSet
public int isSet
-
value
public BigDecimal value
-
-