- of(ValueVector) - Method in interface org.apache.iceberg.arrow.vectorized.GenericArrowVectorAccessorFactory.StructChildFactory
-
Create the child vector of type such as Spark's ArrowColumnVector from the arrow child
vector.
- ofBigDecimal(BigDecimal, int, int) - Method in interface org.apache.iceberg.arrow.vectorized.GenericArrowVectorAccessorFactory.DecimalFactory
-
Create a decimal from the given BigDecimal value, precision and scale.
- ofByteBuffer(ByteBuffer) - Method in interface org.apache.iceberg.arrow.vectorized.GenericArrowVectorAccessorFactory.StringFactory
-
Create a UTF8 String from the byte buffer.
- ofBytes(byte[]) - Method in interface org.apache.iceberg.arrow.vectorized.GenericArrowVectorAccessorFactory.StringFactory
-
Create a UTF8 String from the byte array.
- ofChild(ValueVector) - Method in interface org.apache.iceberg.arrow.vectorized.GenericArrowVectorAccessorFactory.ArrayFactory
-
Create a child vector of type ChildVectorT from the arrow child vector.
- ofLong(long, int, int) - Method in interface org.apache.iceberg.arrow.vectorized.GenericArrowVectorAccessorFactory.DecimalFactory
-
Create a decimal from the given long value, precision and scale.
- ofRow(ValueVector, ChildVectorT, int) - Method in interface org.apache.iceberg.arrow.vectorized.GenericArrowVectorAccessorFactory.ArrayFactory
-
Create an Arrow of type ArrayT from the row value in the arrow child vector.
- ofRow(VarCharVector, int) - Method in interface org.apache.iceberg.arrow.vectorized.GenericArrowVectorAccessorFactory.StringFactory
-
Create a UTF8 String from the row value in the arrow vector.
- ofRow(FixedSizeBinaryVector, int) - Method in interface org.apache.iceberg.arrow.vectorized.GenericArrowVectorAccessorFactory.StringFactory
-
Create a UTF8 String from the row value in the FixedSizeBinaryVector vector.
- open(CloseableIterable<CombinedScanTask>) - Method in class org.apache.iceberg.arrow.vectorized.ArrowReader
-
- org.apache.iceberg.arrow - package org.apache.iceberg.arrow
-
- org.apache.iceberg.arrow.vectorized - package org.apache.iceberg.arrow.vectorized
-
- org.apache.iceberg.arrow.vectorized.parquet - package org.apache.iceberg.arrow.vectorized.parquet
-