cz.proto.JoinHintInfoOrBuilder 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 JoinHintInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.JoinHintInfo)
com.google.protobuf.MessageOrBuilder {
/**
* int32 build_side = 1;
* @return The buildSide.
*/
int getBuildSide();
/**
* int32 shuffle_type = 2;
* @return The shuffleType.
*/
int getShuffleType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy