Class Parquet


  • public class Parquet
    extends Object
    Since:
    1.0.0-M23
    • Constructor Detail

      • Parquet

        public Parquet()
    • Method Detail

      • loadSchema

        public static org.apache.parquet.schema.MessageType loadSchema​(File file)
      • loadSchema

        public static org.apache.parquet.schema.MessageType loadSchema​(Path filePath)
      • loadSchema

        public static org.apache.parquet.schema.MessageType loadSchema​(String filePath)
      • save

        public static void save​(DataFrame df,
                                Path filePath)