cz.proto.ShuffleWriteOrBuilder 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 ShuffleWriteOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.ShuffleWrite)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.ShuffleType shuffleType = 1;
* @return Whether the shuffleType field is set.
*/
boolean hasShuffleType();
/**
* .cz.proto.ShuffleType shuffleType = 1;
* @return The shuffleType.
*/
cz.proto.ShuffleType getShuffleType();
/**
* .cz.proto.ShuffleType shuffleType = 1;
*/
cz.proto.ShuffleTypeOrBuilder getShuffleTypeOrBuilder();
/**
* repeated .cz.proto.Reference keys = 2;
*/
java.util.List
getKeysList();
/**
* repeated .cz.proto.Reference keys = 2;
*/
cz.proto.Expression.Reference getKeys(int index);
/**
* repeated .cz.proto.Reference keys = 2;
*/
int getKeysCount();
/**
* repeated .cz.proto.Reference keys = 2;
*/
java.util.List extends cz.proto.Expression.ReferenceOrBuilder>
getKeysOrBuilderList();
/**
* repeated .cz.proto.Reference keys = 2;
*/
cz.proto.Expression.ReferenceOrBuilder getKeysOrBuilder(
int index);
/**
* repeated .cz.proto.OrderByDesc orders = 3;
*/
java.util.List
getOrdersList();
/**
* repeated .cz.proto.OrderByDesc orders = 3;
*/
cz.proto.OrderByDesc getOrders(int index);
/**
* repeated .cz.proto.OrderByDesc orders = 3;
*/
int getOrdersCount();
/**
* repeated .cz.proto.OrderByDesc orders = 3;
*/
java.util.List extends cz.proto.OrderByDescOrBuilder>
getOrdersOrBuilderList();
/**
* repeated .cz.proto.OrderByDesc orders = 3;
*/
cz.proto.OrderByDescOrBuilder getOrdersOrBuilder(
int index);
/**
*
* 0 means no limit
*
*
* uint32 limit = 4;
* @return The limit.
*/
int getLimit();
/**
* uint32 function_version = 5;
* @return The functionVersion.
*/
int getFunctionVersion();
/**
* .cz.proto.HashBucketType bucket_type = 6;
* @return The enum numeric value on the wire for bucketType.
*/
int getBucketTypeValue();
/**
* .cz.proto.HashBucketType bucket_type = 6;
* @return The bucketType.
*/
cz.proto.HashBucketType getBucketType();
/**
* uint32 range_distribution_id = 7;
* @return The rangeDistributionId.
*/
int getRangeDistributionId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy