class ArrowColumnVector extends ColumnVector
- Annotations
- @DeveloperApi()
- Source
- ArrowColumnVector.java
- Alphabetic
- By Inheritance
- ArrowColumnVector
- ColumnVector
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ArrowColumnVector(vector: ValueVector)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- ArrowColumnVector → ColumnVector → AutoCloseable
- Annotations
- @Override()
-
final
def
dataType(): DataType
- Definition Classes
- ColumnVector
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getArray(rowId: Int): ColumnarArray
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
def
getBinary(rowId: Int): Array[Byte]
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
def
getBoolean(rowId: Int): Boolean
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
def
getBooleans(rowId: Int, count: Int): Array[Boolean]
- Definition Classes
- ColumnVector
-
def
getByte(rowId: Int): Byte
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
def
getBytes(rowId: Int, count: Int): Array[Byte]
- Definition Classes
- ColumnVector
-
def
getChild(ordinal: Int): ArrowColumnVector
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDecimal(rowId: Int, precision: Int, scale: Int): Decimal
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
def
getDouble(rowId: Int): Double
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
def
getDoubles(rowId: Int, count: Int): Array[Double]
- Definition Classes
- ColumnVector
-
def
getFloat(rowId: Int): Float
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
def
getFloats(rowId: Int, count: Int): Array[Float]
- Definition Classes
- ColumnVector
-
def
getInt(rowId: Int): Int
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
final
def
getInterval(rowId: Int): CalendarInterval
- Definition Classes
- ColumnVector
-
def
getInts(rowId: Int, count: Int): Array[Int]
- Definition Classes
- ColumnVector
-
def
getLong(rowId: Int): Long
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
def
getLongs(rowId: Int, count: Int): Array[Long]
- Definition Classes
- ColumnVector
-
def
getMap(rowId: Int): ColumnarMap
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
def
getShort(rowId: Int): Short
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
def
getShorts(rowId: Int, count: Int): Array[Short]
- Definition Classes
- ColumnVector
-
final
def
getStruct(rowId: Int): ColumnarRow
- Definition Classes
- ColumnVector
-
def
getUTF8String(rowId: Int): UTF8String
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
- def getValueVector(): ValueVector
-
def
hasNull(): Boolean
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNullAt(rowId: Int): Boolean
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
numNulls(): Int
- Definition Classes
- ArrowColumnVector → ColumnVector
- Annotations
- @Override()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()