cz.proto.WindowCallOrBuilder 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 WindowCallOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.WindowCall)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.ScalarExpression function = 1;
* @return Whether the function field is set.
*/
boolean hasFunction();
/**
* .cz.proto.ScalarExpression function = 1;
* @return The function.
*/
cz.proto.Expression.ScalarExpression getFunction();
/**
* .cz.proto.ScalarExpression function = 1;
*/
cz.proto.Expression.ScalarExpressionOrBuilder getFunctionOrBuilder();
/**
* bool distinct = 2;
* @return The distinct.
*/
boolean getDistinct();
/**
* .cz.proto.DataType partial_type = 3;
* @return Whether the partialType field is set.
*/
boolean hasPartialType();
/**
* .cz.proto.DataType partial_type = 3;
* @return The partialType.
*/
cz.proto.DataType getPartialType();
/**
* .cz.proto.DataType partial_type = 3;
*/
cz.proto.DataTypeOrBuilder getPartialTypeOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy