Skip to main content

Class ParquetDuckDbRewriter

Rewrites Parquet through DuckDB to normalize files that Parquet.Net cannot parse.

Namespace: Workspace.XBR.Xperiflow.Etl.Tabular.Utilities

Assembly: Xperiflow.dll

Declaration
public static class ParquetDuckDbRewriter

Methods

RewriteToFile(Stream, string)

Declaration
public static void RewriteToFile(Stream inputStream, string outputFilePath)
Parameters
TypeName
System.IO.StreaminputStream
System.StringoutputFilePath

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?