trait Dimension[D, I, P] extends AnyRef
- Alphabetic
- By Inheritance
- Dimension
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
autojoinKeys(ls: Dimensions[P], rs: Dimensions[P])(implicit D: Equal[D]): JoinKeys[I]
Returns the
JoinKeysdescribing the autojoin of the two dimension stacks. - def canonicalize(ds: Dimensions[P])(implicit eqD: Equal[D], eqI: Equal[I]): Dimensions[P]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
empty: Dimensions[P]
The empty dimension stack.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flatten(id: I, ds: Dimensions[P]): Dimensions[P]
Updates the dimensional stack by sequencing a new dimension from value space with the current head dimension.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
join(ls: Dimensions[P], rs: Dimensions[P])(implicit eqD: Equal[D], eqI: Equal[I]): Dimensions[P]
Joins two dimensions into a single dimension stack, starting from the base.
-
def
lshift(id: I, ds: Dimensions[P]): Dimensions[P]
Shifts the dimensional stack by pushing a new dimension from value space onto the stack.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nest(ds: Dimensions[P]): Dimensions[P]
Sequences the first and second dimensions.
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
project(field: D, ds: Dimensions[P]): Dimensions[P]
Project a static key/index from maps and arrays.
-
def
reduce(ds: Dimensions[P]): Dimensions[P]
Reduces the dimensional stack by peeling off the current dimension.
-
def
squash(ds: Dimensions[P]): Dimensions[P]
Collapses all dimensions into a single one.
-
def
swap(idxN: slamdata.Predef.Int, idxM: slamdata.Predef.Int, ds: Dimensions[P]): Dimensions[P]
Swaps the dimensions at the nth and mth indices.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
union(ls: Dimensions[P], rs: Dimensions[P])(implicit eqD: Equal[D], eqI: Equal[I]): Dimensions[P]
Unions the two dimensions into a single dimensional stack, starting from the base.
-
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
- @native() @throws( ... )