All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.proto.ParquetFileFormatOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: table_common.proto

package cz.proto;

public interface ParquetFileFormatOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.ParquetFileFormat)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 row_group_size_bytes = 1;
   * @return The rowGroupSizeBytes.
   */
  long getRowGroupSizeBytes();

  /**
   * int64 page_size_bytes = 2;
   * @return The pageSizeBytes.
   */
  long getPageSizeBytes();

  /**
   * int64 dict_size_bytes = 3;
   * @return The dictSizeBytes.
   */
  long getDictSizeBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy