Skip to main content

Class ParquetDataWriter

A concrete implementation of the [Workspace.XBR.Xperiflow.Etl.Tabular.IDataWriter](../Xperiflow.Etl.Tabular/IDataWriter.md) interface that writes Parquet data to an output stream.

Namespace: Workspace.XBR.Xperiflow.Etl.Tabular

Assembly: Xperiflow.dll

Declaration
public class ParquetDataWriter : IDataWriter

Implements: Workspace.XBR.Xperiflow.Etl.Tabular.IDataWriter

Methods

Write(IDataReader)

Writes the data from the provided IDataReader to the output stream.

Declaration
public void Write(IDataReader reader)
Parameters
TypeNameDescription
System.Data.IDataReaderreaderThe IDataReader to use to write to the output stream
Exceptions

System.ArgumentException

Implements

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?