cz.proto.LogicalCalcOrBuilder 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 LogicalCalcOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.LogicalCalc)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.ScalarExpression condition = 1;
* @return Whether the condition field is set.
*/
boolean hasCondition();
/**
* .cz.proto.ScalarExpression condition = 1;
* @return The condition.
*/
cz.proto.Expression.ScalarExpression getCondition();
/**
* .cz.proto.ScalarExpression condition = 1;
*/
cz.proto.Expression.ScalarExpressionOrBuilder getConditionOrBuilder();
/**
* repeated .cz.proto.ScalarExpression projects = 2;
*/
java.util.List
getProjectsList();
/**
* repeated .cz.proto.ScalarExpression projects = 2;
*/
cz.proto.Expression.ScalarExpression getProjects(int index);
/**
* repeated .cz.proto.ScalarExpression projects = 2;
*/
int getProjectsCount();
/**
* repeated .cz.proto.ScalarExpression projects = 2;
*/
java.util.List extends cz.proto.Expression.ScalarExpressionOrBuilder>
getProjectsOrBuilderList();
/**
* repeated .cz.proto.ScalarExpression projects = 2;
*/
cz.proto.Expression.ScalarExpressionOrBuilder getProjectsOrBuilder(
int index);
/**
* optional double partial_window_filter_selectivity = 3;
* @return Whether the partialWindowFilterSelectivity field is set.
*/
boolean hasPartialWindowFilterSelectivity();
/**
* optional double partial_window_filter_selectivity = 3;
* @return The partialWindowFilterSelectivity.
*/
double getPartialWindowFilterSelectivity();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy