object
Slice
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply(columns0: Map[ColumnRef, Column], dataSize: Int): Slice
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
concat(slices: Seq[Slice]): Slice
-
def
empty: Slice
-
-
-
def
finalize(): Unit
-
def
fromJValues(values: Stream[JValue]): Slice
-
def
fromRValues(values: Stream[RValue]): Slice
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
rowComparatorFor(s1: Slice, s2: Slice)(keyf: (Slice) ⇒ Iterable[CPath]): RowComparator
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
updateRefs(rv: RValue, into: Map[ColumnRef, ArrayColumn[_]], sliceIndex: Int, sliceSize: Int): Map[ColumnRef, ArrayColumn[_]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withIdsAndValues(jv: JValue, into: Map[ColumnRef, ArrayColumn[_]], sliceIndex: Int, sliceSize: Int, remapPath: Option[(JPath) ⇒ CPath] = None): Map[ColumnRef, ArrayColumn[_]]