trait BroadcastedRowsOps extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BroadcastedRowsOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
- implicit def broadcastInplaceOp2_BRows[Op, T, RowType, RHS, OpResult](implicit handhold: HandHold[T, _1.type, RowType], op: InPlaceImpl2[Op, RowType, RHS], cc: CanTraverseAxis[T, _1.type, RowType]): InPlaceImpl2[Op, BroadcastedRows[T, RowType], RHS]
- implicit def broadcastInplaceOp_BRows[Op, T, RowType, RHS, OpResult](implicit handhold: HandHold[T, _1.type, RowType], op: InPlaceImpl[Op, RowType], cc: CanTraverseAxis[T, _1.type, RowType]): InPlaceImpl[Op, BroadcastedRows[T, RowType]]
- implicit def broadcastOp2_2_BRows[Op, T, RowType, LHS, OpResult, Result](implicit handhold: HandHold[T, _1.type, RowType], op: UImpl2[Op, LHS, RowType, OpResult], cc: CanCollapseAxis[T, _1.type, RowType, OpResult, Result]): UImpl2[Op, LHS, BroadcastedRows[T, RowType], Result]
- implicit def broadcastOp2_BRows[Op, T, RowType, RHS, OpResult, Result](implicit handhold: HandHold[T, _1.type, RowType], op: UImpl2[Op, RowType, RHS, OpResult], cc: CanCollapseAxis[T, _1.type, RowType, OpResult, Result]): UImpl2[Op, BroadcastedRows[T, RowType], RHS, Result]
- implicit def broadcastOp_BRows[Op, T, RowType, OpResult, Result](implicit handhold: HandHold[T, _1.type, RowType], op: UImpl[Op, RowType, OpResult], cc: CanCollapseAxis[T, _1.type, RowType, OpResult, Result]): UImpl[Op, BroadcastedRows[T, RowType], Result]
- implicit def canForeachRows_BRows[T, RowType, ResultRow, Result](implicit iter: CanTraverseAxis[T, _1.type, RowType]): CanForeachValues[BroadcastedRows[T, RowType], RowType]
- implicit def canMapValues_BRows[T, RowType, ResultRow, Result](implicit cc: CanCollapseAxis[T, _1.type, RowType, ResultRow, Result]): CanMapValues[BroadcastedRows[T, RowType], RowType, ResultRow, Result]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )