object GpuExpressionWithSideEffectUtils
- Alphabetic
- By Inheritance
- GpuExpressionWithSideEffectUtils
- 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
boolInverted(cv: ColumnVector): ColumnVector
Invert boolean values and convert null values to true
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def filterBatch(tbl: Table, pred: ColumnVector, colTypes: Array[DataType]): ColumnarBatch
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def gather(predicate: ColumnVector, t: GpuColumnVector): ColumnVector
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isAllFalse(col: GpuColumnVector, nullsAsFalse: Boolean = true): Boolean
Used to shortcircuit predicates and filter conditions.
Used to shortcircuit predicates and filter conditions.
- col
the input being evaluated.
- nullsAsFalse
when true, null values are considered false.
- returns
boolean. When nullsAsFalse is set, it returns True if none of the rows is true; Otherwise, returns true if at least one row exists and all rows are false.
-
def
isAllTrue(col: GpuColumnVector): Boolean
Returns true only if all rows are true.
Returns true only if all rows are true. Nulls are considered false.
-
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()
- def replaceNulls(cv: ColumnVector, bool: Boolean): ColumnVector
- def shortCircuitWithBool(gpuCV: GpuColumnVector, bool: Boolean): GpuColumnVector
-
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()