Package

com.spotify.scio.parquet

avro

Permalink

package avro

Main package for Parquet Avro APIs. Import all.

import com.spotify.scio.parquet.avro._
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. avro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ParquetAvroFile[T] extends AnyRef

    Permalink
  2. final case class ParquetAvroIO[T](path: String)(implicit evidence$1: ClassTag[T], evidence$2: Coder[T]) extends ScioIO[T] with Product with Serializable

    Permalink
  3. implicit final class ParquetAvroSCollection[T] extends AnyVal

    Permalink

    Enhanced version of SCollection with Parquet Avro methods.

  4. implicit final class ParquetAvroScioContext extends AnyVal

    Permalink

    Enhanced version of ScioContext with Parquet Avro methods.

  5. class ParquetAvroSink[T] extends FileBasedSink[T, Void, T]

    Permalink
  6. case class ParquetAvroTap[A, T](path: String, params: ReadParam[A, T])(implicit evidence$5: ClassTag[T], evidence$6: Coder[T]) extends Tap[T] with Product with Serializable

    Permalink

Value Members

  1. object ParquetAvroFile

    Permalink
  2. object ParquetAvroIO extends Serializable

    Permalink
  3. val Predicate: me.lyh.parquet.avro.Predicate.type

    Permalink

    Alias for me.lyh.parquet.avro.Predicate.

  4. val Projection: me.lyh.parquet.avro.Projection.type

    Permalink

    Alias for me.lyh.parquet.avro.Projection.

Inherited from AnyRef

Inherited from Any

Ungrouped