package ts
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class BufferColumnAndTakeIndex(input: Column, idx: Option[SegmentInt], outputPath: LogicalPath) extends Product with Serializable
- case class ComputeJoinIndex(first: Column, rest: Seq[(Column, String, Int)], outputPath: LogicalPath) extends Product with Serializable
- case class CountNonMissing(input: Seq[Segment]) extends Product with Serializable
- case class ElementwiseBinaryOperation(inputs: BinaryOp, outputPath: LogicalPath) extends Product with Serializable
- case class EstimateCDF(input: Segment, numberOfPoints: Int, outputPath: LogicalPath) extends Product with Serializable
- case class ExportCsv(segments: Seq[Segment], columnSeparator: Char, quoteChar: Char, recordSeparator: String, outputName: String, outputSegmentIndex: Int, compression: Option[CompressionFormat]) extends Product with Serializable
- case class ExtractGroups(input: Seq[Segment], map: SegmentInt, numGroups: Int, outputPath: LogicalPath) extends Product with Serializable
- case class Filter(input: Segment, predicate: Segment, outputPath: LogicalPath) extends Product with Serializable
- case class FilterInequality(comparison: Segment, cutoff: Segment, input: Segment, outputPath: LogicalPath, lessThan: Boolean) extends Product with Serializable
- case class ImportCsv(file: SharedFile, name: String, columns: Seq[(Int, ColumnTag, Option[InstantFormat])], recordSeparator: String, fieldSeparator: Char, header: Boolean, maxLines: Long, maxSegmentLength: Int, compression: Option[CompressionFormat]) extends Product with Serializable
- case class MakeGroupMap(input: Seq[Column], outputPath: LogicalPath) extends Product with Serializable
- case class MakePartitionMap(input: Vector[Segment], outputPath: LogicalPath, partitionBase: Int) extends Product with Serializable
- case class MakeUniqueId(parent: String, tag: String, aux: Seq[Column]) extends Product with Serializable
- case class MergeCDFs(inputs: Seq[(Segment, SegmentDouble)], outputPath: LogicalPath) extends Product with Serializable
- case class MergeNonMissing(inputs: SegmentPair, outputPath: LogicalPath) extends Product with Serializable
- case class MultipleTableQuery(input: Seq[SegmentWithName], predicate: Expr, outputPath: LogicalPath, takes: Seq[(String, Option[SegmentInt])]) extends Product with Serializable
- takes
table unique id -> take index array from join , if None then take all
- case class SegmentWithName(segment: Seq[Segment], tableUniqueId: String, columnName: String, columnIdx: Int) extends Product with Serializable
- case class SimpleQuery(input: Seq[SegmentWithName], predicate: Expr, outputPath: LogicalPath, groupMap: Option[(SegmentInt, Int)]) extends Product with Serializable
- case class TakeIndex(input: Segment, idx: SegmentInt, outputPath: LogicalPath) extends Product with Serializable
- case class TakePartition(inputSegmentsWithPartitionMaps: Seq[(Segment, SegmentInt)], numPartition: Int, outputPath: LogicalPath) extends Product with Serializable
Value Members
- object BufferColumnAndTakeIndex extends Serializable
- object ComputeJoinIndex extends Serializable
- object CountNonMissing extends Serializable
- object ElementwiseBinaryOperation extends Serializable
- object EstimateCDF extends Serializable
- object ExportCsv extends Serializable
- object ExtractGroups extends Serializable
- object Filter extends Serializable
- object FilterInequality extends Serializable
- object ImportCsv extends Serializable
- object MakeGroupMap extends Serializable
- object MakePartitionMap extends Serializable
- object MakeUniqueId extends Serializable
- object MergeCDFs extends Serializable
- object MergeNonMissing extends Serializable
- object MultipleTableQuery extends Serializable
- object SimpleQuery extends Serializable
- object TakeIndex extends Serializable
- object TakePartition extends Serializable