com.twitter.scalding.parquet.cascading

thrift

package thrift

Visibility
  1. Public
  2. All

Type Members

  1. class Parquet346TBaseRecordConverter[T <: TBase[_, _]] extends ThriftRecordConverter[T]

    Same as TBaseRecordConverter with one important (subtle) difference.

  2. class Parquet346TBaseScheme[T <: TBase[_, _]] extends ParquetTBaseScheme[T]

    The same as ParquetTBaseScheme, but sets the record convert to Parquet346TBaseRecordConverter

  3. class ParquetTBaseScheme[T <: TBase[_, _]] extends ParquetValueScheme[T]

Value Members

  1. object Parquet346StructTypeRepairer extends StateVisitor[ThriftType, Unit]

    Takes a ThriftType with potentially missing structOrUnionType metadata, and makes a copy that sets all StructOrUnionType metadata to UNION

Ungrouped