cz.proto.ExpandOrBuilder 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 ExpandOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.Expand)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.ScalarExpression expressions = 1;
*/
java.util.List
getExpressionsList();
/**
* repeated .cz.proto.ScalarExpression expressions = 1;
*/
cz.proto.Expression.ScalarExpression getExpressions(int index);
/**
* repeated .cz.proto.ScalarExpression expressions = 1;
*/
int getExpressionsCount();
/**
* repeated .cz.proto.ScalarExpression expressions = 1;
*/
java.util.List extends cz.proto.Expression.ScalarExpressionOrBuilder>
getExpressionsOrBuilderList();
/**
* repeated .cz.proto.ScalarExpression expressions = 1;
*/
cz.proto.Expression.ScalarExpressionOrBuilder getExpressionsOrBuilder(
int index);
/**
* optional .cz.proto.ExpandShuffleKeys shuffle_keys = 2;
* @return Whether the shuffleKeys field is set.
*/
boolean hasShuffleKeys();
/**
* optional .cz.proto.ExpandShuffleKeys shuffle_keys = 2;
* @return The shuffleKeys.
*/
cz.proto.ExpandShuffleKeys getShuffleKeys();
/**
* optional .cz.proto.ExpandShuffleKeys shuffle_keys = 2;
*/
cz.proto.ExpandShuffleKeysOrBuilder getShuffleKeysOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy