cz.proto.BlockInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: file_meta_data.proto
package cz.proto;
public interface BlockInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.BlockInfo)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 offset = 1;
* @return The offset.
*/
long getOffset();
/**
*
* other block meta of file
*
*
* uint64 length = 2;
* @return The length.
*/
long getLength();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy