io.eels.component.parquet

avro

package avro

Visibility
  1. Public
  2. All

Type Members

  1. class AvroParquetPublisher extends Publisher[Seq[Row]] with Logging with Using

  2. class AvroParquetRowWriter extends Logging

    Will write io.

  3. case class AvroParquetSink(path: Path, overwrite: Boolean = false)(implicit fs: FileSystem) extends Sink with Logging with Product with Serializable

  4. case class AvroParquetSource(pattern: FilePattern, predicate: Option[Predicate] = scala.None)(implicit fs: FileSystem, conf: Configuration) extends Source with Logging with Using with Product with Serializable

Value Members

  1. object AvroParquetReaderFn

    Helper function to create a parquet reader, using the apache parquet library.

  2. object AvroParquetSink extends Serializable

  3. object AvroParquetSource extends Serializable

  4. object AvroParquetWriterFn extends Logging

    Helper function for create an AvroParquetWriter using the apache parquet library.

Ungrouped