object BroadcastedRows extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BroadcastedRows
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit class BroadcastRowsDMToIndexedSeq[T] extends AnyRef
-
class
BroadcastedDMRowsISeq[T] extends IndexedSeq[Transpose[DenseVector[T]]] with Serializable
- Annotations
- @SerialVersionUID()
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 broadcastInplaceOp[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 broadcastInplaceOp2[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 broadcastOp[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 broadcastOp2[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 broadcastOp2_2[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 canForeachRows[T, RowType, ResultRow, Result](implicit iter: CanTraverseAxis[T, _1.type, RowType]): CanForeachValues[BroadcastedRows[T, RowType], RowType]
- implicit def canMapValues[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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
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() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def scalarOf[T, RowType]: ScalarOf[BroadcastedRows[T, RowType], RowType]
-
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
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )