cz.proto.LogicalPlanOrBuilder 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: job.proto
package cz.proto;
public interface LogicalPlanOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.LogicalPlan)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.Operator operators = 1;
*/
java.util.List
getOperatorsList();
/**
* repeated .cz.proto.Operator operators = 1;
*/
cz.proto.Operator getOperators(int index);
/**
* repeated .cz.proto.Operator operators = 1;
*/
int getOperatorsCount();
/**
* repeated .cz.proto.Operator operators = 1;
*/
java.util.List extends cz.proto.OperatorOrBuilder>
getOperatorsOrBuilderList();
/**
* repeated .cz.proto.Operator operators = 1;
*/
cz.proto.OperatorOrBuilder getOperatorsOrBuilder(
int index);
/**
* repeated .cz.proto.RangeBoundary boundaries = 5;
*/
java.util.List
getBoundariesList();
/**
* repeated .cz.proto.RangeBoundary boundaries = 5;
*/
cz.proto.RangeBoundary getBoundaries(int index);
/**
* repeated .cz.proto.RangeBoundary boundaries = 5;
*/
int getBoundariesCount();
/**
* repeated .cz.proto.RangeBoundary boundaries = 5;
*/
java.util.List extends cz.proto.RangeBoundaryOrBuilder>
getBoundariesOrBuilderList();
/**
* repeated .cz.proto.RangeBoundary boundaries = 5;
*/
cz.proto.RangeBoundaryOrBuilder getBoundariesOrBuilder(
int index);
/**
* repeated .cz.proto.Traits traits = 6;
*/
java.util.List
getTraitsList();
/**
* repeated .cz.proto.Traits traits = 6;
*/
cz.proto.Traits getTraits(int index);
/**
* repeated .cz.proto.Traits traits = 6;
*/
int getTraitsCount();
/**
* repeated .cz.proto.Traits traits = 6;
*/
java.util.List extends cz.proto.TraitsOrBuilder>
getTraitsOrBuilderList();
/**
* repeated .cz.proto.Traits traits = 6;
*/
cz.proto.TraitsOrBuilder getTraitsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy