cz.proto.IncrementalTablePropertyOrBuilder 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: operator.proto
package cz.proto;
public interface IncrementalTablePropertyOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.IncrementalTableProperty)
com.google.protobuf.MessageOrBuilder {
/**
* int64 from = 1;
* @return The from.
*/
long getFrom();
/**
* int64 to = 2;
* @return The to.
*/
long getTo();
/**
* bool consolidate = 3;
* @return The consolidate.
*/
boolean getConsolidate();
/**
* int64 fromMetaVersion = 4;
* @return The fromMetaVersion.
*/
long getFromMetaVersion();
/**
* int64 toMetaVersion = 5;
* @return The toMetaVersion.
*/
long getToMetaVersion();
/**
* int64 rowCount = 6;
* @return The rowCount.
*/
long getRowCount();
/**
* int64 baseRowCount = 7;
* @return The baseRowCount.
*/
long getBaseRowCount();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy