Package

flatjoin_iterator

Permalink

package flatjoin_iterator

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. flatjoin_iterator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class PimpedFc extends AnyRef

    Permalink

Value Members

  1. val EmptyCloseable: Closeable

    Permalink
  2. def adjacentSpan[T](i: Iterator[T])(implicit arg0: Ordering[T]): Iterator[Seq[T]]

    Permalink
  3. def concatWithIndex[T](its: Iterator[(() ⇒ (Iterator[T], Closeable), Int)]): Iterator[(Int, T)]

    Permalink
  4. def doMerge[T](l: List[File])(implicit arg0: Format[T], arg1: Ordering[T]): (Iterator[T], Closeable)

    Permalink
  5. def merge[T](its: Seq[Iterator[T]])(implicit arg0: Ordering[T]): Iterator[T]

    Permalink
  6. def merge[T](i1: Iterator[T], i2: Iterator[T])(implicit arg0: Ordering[T]): Iterator[T]

    Permalink
  7. def mergeFiles[T](l: List[File], max: Int)(implicit arg0: Format[T], arg1: Ordering[T]): (Iterator[T], Closeable)

    Permalink
  8. def openFileChannel(f: (PimpedFc) ⇒ Unit): File

    Permalink
  9. def outerJoin[T](its: List[() ⇒ (Iterator[T], Closeable)], max: Int)(implicit arg0: StringKey[T], f: Format[(Int, T)]): Iterator[Seq[Option[T]]]

    Permalink
  10. def outerJoinFullyInMemory[T](its: List[() ⇒ (Iterator[T], Closeable)])(implicit arg0: StringKey[T]): Iterable[Seq[Option[T]]]

    Permalink
  11. def outerJoinInMemory[T](it: Iterator[(Int, T)], columns: Int)(implicit arg0: StringKey[T]): Iterable[Seq[Option[T]]]

    Permalink
  12. def outerJoinSorted[T](sorted: Iterator[(Int, T)], columns: Int)(implicit ord: Ordering[(Int, T)]): Iterator[Seq[Option[T]]]

    Permalink
  13. def outerJoinWithHashMap[T](its: List[() ⇒ (Iterator[T], Closeable)])(implicit arg0: StringKey[T], f: Format[(Int, T)]): Iterator[Seq[Option[T]]]

    Permalink
  14. def shard[T](it: Iterator[T])(implicit arg0: StringKey[T], arg1: Format[T]): List[File]

    Permalink
  15. def sort[T](its: List[() ⇒ (Iterator[T], Closeable)], max: Int)(implicit arg0: Ordering[T], f: Format[(Int, T)]): (Iterator[(Int, T)], Closeable)

    Permalink
  16. def sort[T](i: Iterator[T], max: Int)(implicit arg0: Format[T], arg1: Ordering[T]): (Iterator[T], Closeable)

    Permalink
  17. def sortAndOuterJoin[T](its: List[() ⇒ (Iterator[T], Closeable)], max: Int)(implicit arg0: Ordering[T], f: Format[(Int, T)]): (Iterator[Seq[Option[T]]], Closeable)

    Permalink
  18. def write[T](fc: PimpedFc, i: Iterator[T])(implicit arg0: Format[T]): Buffer

    Permalink
  19. def writeTmp[T](i: Iterator[T])(implicit arg0: Format[T]): File

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped