class RapidsHostColumnVectorCore extends ColumnVector
A GPU accelerated version of the Spark ColumnVector. Most of the standard Spark APIs should never be called, as they assume that the data is on the host, and we want to keep as much of the data on the device as possible. We also provide GPU accelerated versions of the transitions to and from rows.
- Alphabetic
- By Inheritance
- RapidsHostColumnVectorCore
- ColumnVector
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
close(): Unit
- Definition Classes
- RapidsHostColumnVectorCore → 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] )
-
final
def
getArray(rowId: Int): ColumnarArray
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
- def getBase(): HostColumnVectorCore
-
final
def
getBinary(rowId: Int): Array[Byte]
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
-
final
def
getBoolean(rowId: Int): Boolean
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
-
def
getBooleans(arg0: Int, arg1: Int): Array[Boolean]
- Definition Classes
- ColumnVector
-
final
def
getByte(rowId: Int): Byte
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
-
def
getBytes(arg0: Int, arg1: Int): Array[Byte]
- Definition Classes
- ColumnVector
-
final
def
getChild(ordinal: Int): ColumnVector
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
getDecimal(rowId: Int, precision: Int, scale: Int): Decimal
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
-
final
def
getDouble(rowId: Int): Double
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
-
def
getDoubles(arg0: Int, arg1: Int): Array[Double]
- Definition Classes
- ColumnVector
-
final
def
getFloat(rowId: Int): Float
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
-
def
getFloats(arg0: Int, arg1: Int): Array[Float]
- Definition Classes
- ColumnVector
-
final
def
getInt(rowId: Int): Int
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
-
final
def
getInterval(arg0: Int): CalendarInterval
- Definition Classes
- ColumnVector
-
def
getInts(arg0: Int, arg1: Int): Array[Int]
- Definition Classes
- ColumnVector
-
final
def
getLong(rowId: Int): Long
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
-
def
getLongs(arg0: Int, arg1: Int): Array[Long]
- Definition Classes
- ColumnVector
-
final
def
getMap(ordinal: Int): ColumnarMap
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
- final def getRowCount(): Long
-
final
def
getShort(rowId: Int): Short
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
-
def
getShorts(arg0: Int, arg1: Int): Array[Short]
- Definition Classes
- ColumnVector
-
final
def
getStruct(arg0: Int): ColumnarRow
- Definition Classes
- ColumnVector
-
final
def
getUTF8String(rowId: Int): UTF8String
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
-
final
def
hasNull(): Boolean
- Definition Classes
- RapidsHostColumnVectorCore → ColumnVector
- Annotations
- @Override()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isNullAt(rowId: Int): Boolean
- Definition Classes
- RapidsHostColumnVectorCore → 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()
-
final
def
numNulls(): Int
- Definition Classes
- RapidsHostColumnVectorCore → 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()