Package

com.twitter.scalding.parquet

tuple

Permalink

package tuple

Visibility
  1. Public
  2. All

Type Members

  1. class DailySuffixParquetTuple extends DailySuffixSource with ParquetTupleSource

    Permalink

    See com.twitter.scalding.parquet.thrift.DailySuffixParquetThrift for documentation on how to specify filter predicates for these sources.

  2. class FixedPathParquetTuple extends FixedPathSource with ParquetTupleSource

    Permalink
  3. class HourlySuffixParquetTuple extends HourlySuffixSource with ParquetTupleSource

    Permalink
  4. class ParquetTupleConverter extends GroupConverter

    Permalink
  5. class ParquetTupleScheme extends Scheme[JobConf, RecordReader, OutputCollector, Array[AnyRef], Array[AnyRef]]

    Permalink
  6. trait ParquetTupleSource extends FileSource with HasFilterPredicate

    Permalink

    User should define their own source like: class MySource(path: String, dateRange: DateRange, requestedFields: Fields) extends DailySuffixParquetTuple(path, dateRange, requestedFields) with Mappable2[Int, Int] with TypedSink2[Int,Int]

  7. class SchemaIntersection extends AnyRef

    Permalink
  8. class TupleReadSupport extends ReadSupport[Tuple]

    Permalink
  9. class TupleRecordMaterializer extends RecordMaterializer[Tuple]

    Permalink
  10. class TupleWriteSupport extends WriteSupport[TupleEntry]

    Permalink
  11. class TypedFixedPathParquetTuple[T] extends FixedPathSource with TypedParquet[T]

    Permalink
  12. trait TypedParquet[T] extends FileSource with Mappable[T] with TypedSink[T] with HasFilterPredicate

    Permalink

    Typed Parquet tuple source/sink.

Value Members

  1. object ParquetTupleSource extends Serializable

    Permalink
  2. object TypedParquet extends Serializable

    Permalink

    Typed parquet tuple

  3. object TypedParquetSink

    Permalink
  4. package macros

    Permalink
  5. package scheme

    Permalink

Ungrouped