flatjoin_iterator
package
flatjoin_iterator
Type Members
-
class
PimpedFc extends AnyRef
Value Members
-
val
EmptyCloseable: Closeable
-
def
adjacentSpan[T](i: Iterator[T])(implicit arg0: Ordering[T]): Iterator[Seq[T]]
-
def
concatWithIndex[T](its: Iterator[(() ⇒ (Iterator[T], Closeable), Int)]): Iterator[(Int, T)]
-
def
doMerge[T](l: List[File])(implicit arg0: Format[T], arg1: Ordering[T]): (Iterator[T], Closeable)
-
def
merge[T](its: Seq[Iterator[T]])(implicit arg0: Ordering[T]): Iterator[T]
-
def
merge[T](i1: Iterator[T], i2: Iterator[T])(implicit arg0: Ordering[T]): Iterator[T]
-
def
mergeFiles[T](l: List[File], max: Int)(implicit arg0: Format[T], arg1: Ordering[T]): (Iterator[T], Closeable)
-
def
openFileChannel(f: (PimpedFc) ⇒ Unit): File
-
def
outerJoin[T](its: List[() ⇒ (Iterator[T], Closeable)], max: Int)(implicit arg0: StringKey[T], f: Format[(Int, T)]): Iterator[Seq[Option[T]]]
-
def
outerJoinFullyInMemory[T](its: List[() ⇒ (Iterator[T], Closeable)])(implicit arg0: StringKey[T]): Iterable[Seq[Option[T]]]
-
def
outerJoinInMemory[T](it: Iterator[(Int, T)], columns: Int)(implicit arg0: StringKey[T]): Iterable[Seq[Option[T]]]
-
def
outerJoinSorted[T](sorted: Iterator[(Int, T)], columns: Int)(implicit ord: Ordering[(Int, T)]): Iterator[Seq[Option[T]]]
-
def
outerJoinWithHashMap[T](its: List[() ⇒ (Iterator[T], Closeable)])(implicit arg0: StringKey[T], f: Format[(Int, T)]): Iterator[Seq[Option[T]]]
-
def
shard[T](it: Iterator[T])(implicit arg0: StringKey[T], arg1: Format[T]): List[File]
-
def
sort[T](its: List[() ⇒ (Iterator[T], Closeable)], max: Int)(implicit arg0: Ordering[T], f: Format[(Int, T)]): (Iterator[(Int, T)], Closeable)
-
def
sort[T](i: Iterator[T], max: Int)(implicit arg0: Format[T], arg1: Ordering[T]): (Iterator[T], Closeable)
-
def
sortAndOuterJoin[T](its: List[() ⇒ (Iterator[T], Closeable)], max: Int)(implicit arg0: Ordering[T], f: Format[(Int, T)]): (Iterator[Seq[Option[T]]], Closeable)
-
def
write[T](fc: PimpedFc, i: Iterator[T])(implicit arg0: Format[T]): Buffer
-
def
writeTmp[T](i: Iterator[T])(implicit arg0: Format[T]): File
Inherited from AnyRef
Inherited from Any