cz.proto.LogicalAggregateOrBuilder 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 LogicalAggregateOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.LogicalAggregate)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.Reference keys = 1;
*/
java.util.List
getKeysList();
/**
* repeated .cz.proto.Reference keys = 1;
*/
cz.proto.Expression.Reference getKeys(int index);
/**
* repeated .cz.proto.Reference keys = 1;
*/
int getKeysCount();
/**
* repeated .cz.proto.Reference keys = 1;
*/
java.util.List extends cz.proto.Expression.ReferenceOrBuilder>
getKeysOrBuilderList();
/**
* repeated .cz.proto.Reference keys = 1;
*/
cz.proto.Expression.ReferenceOrBuilder getKeysOrBuilder(
int index);
/**
* repeated .cz.proto.AggregateCall aggregate_calls = 2;
*/
java.util.List
getAggregateCallsList();
/**
* repeated .cz.proto.AggregateCall aggregate_calls = 2;
*/
cz.proto.AggregateCall getAggregateCalls(int index);
/**
* repeated .cz.proto.AggregateCall aggregate_calls = 2;
*/
int getAggregateCallsCount();
/**
* repeated .cz.proto.AggregateCall aggregate_calls = 2;
*/
java.util.List extends cz.proto.AggregateCallOrBuilder>
getAggregateCallsOrBuilderList();
/**
* repeated .cz.proto.AggregateCall aggregate_calls = 2;
*/
cz.proto.AggregateCallOrBuilder getAggregateCallsOrBuilder(
int index);
/**
* bool adaptive = 3;
* @return The adaptive.
*/
boolean getAdaptive();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy