abstract class ColumnVector extends AutoCloseable
- Alphabetic
- By Inheritance
- ColumnVector
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ColumnVector(type: DataType)
- Attributes
- protected[vectorized]
Abstract Value Members
-
abstract
def
close(): Unit
- Definition Classes
- ColumnVector → AutoCloseable
- Annotations
- @Override()
- abstract def getArray(rowId: Int): ColumnarArray
- abstract def getBinary(rowId: Int): Array[Byte]
- abstract def getBoolean(rowId: Int): Boolean
- abstract def getByte(rowId: Int): Byte
- abstract def getChild(ordinal: Int): ColumnVector
- abstract def getDecimal(rowId: Int, precision: Int, scale: Int): Decimal
- abstract def getDouble(rowId: Int): Double
- abstract def getFloat(rowId: Int): Float
- abstract def getInt(rowId: Int): Int
- abstract def getLong(rowId: Int): Long
- abstract def getMap(ordinal: Int): ColumnarMap
- abstract def getShort(rowId: Int): Short
- abstract def getUTF8String(rowId: Int): UTF8String
- abstract def hasNull(): Boolean
- abstract def isNullAt(rowId: Int): Boolean
- abstract def numNulls(): Int
Concrete 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()
- final def dataType(): DataType
-
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 getBooleans(rowId: Int, count: Int): Array[Boolean]
- def getBytes(rowId: Int, count: Int): Array[Byte]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDoubles(rowId: Int, count: Int): Array[Double]
- def getFloats(rowId: Int, count: Int): Array[Float]
- final def getInterval(rowId: Int): CalendarInterval
- def getInts(rowId: Int, count: Int): Array[Int]
- def getLongs(rowId: Int, count: Int): Array[Long]
- def getShorts(rowId: Int, count: Int): Array[Short]
- final def getStruct(rowId: Int): ColumnarRow
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
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()