cz.proto.MVSourceOrBuilder 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: table_common.proto
package cz.proto;
public interface MVSourceOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.MVSource)
com.google.protobuf.MessageOrBuilder {
/**
*
* TODO(chendong): engine use identifier for parameter, while store table id in meta later
*
*
* .cz.proto.ObjectIdentifier table_identifier = 1;
* @return Whether the tableIdentifier field is set.
*/
boolean hasTableIdentifier();
/**
*
* TODO(chendong): engine use identifier for parameter, while store table id in meta later
*
*
* .cz.proto.ObjectIdentifier table_identifier = 1;
* @return The tableIdentifier.
*/
cz.proto.ObjectIdentifier getTableIdentifier();
/**
*
* TODO(chendong): engine use identifier for parameter, while store table id in meta later
*
*
* .cz.proto.ObjectIdentifier table_identifier = 1;
*/
cz.proto.ObjectIdentifierOrBuilder getTableIdentifierOrBuilder();
/**
*
* the source table's snapshot version by which the MV is created
* used for checking expiration of MV
*
*
* int64 snapshot = 2;
* @return The snapshot.
*/
long getSnapshot();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy