cz.proto.OrderByDescOrBuilder 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 OrderByDescOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.OrderByDesc)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.Reference reference = 1;
* @return Whether the reference field is set.
*/
boolean hasReference();
/**
* .cz.proto.Reference reference = 1;
* @return The reference.
*/
cz.proto.Expression.Reference getReference();
/**
* .cz.proto.Reference reference = 1;
*/
cz.proto.Expression.ReferenceOrBuilder getReferenceOrBuilder();
/**
* .cz.proto.Order order = 2;
* @return The enum numeric value on the wire for order.
*/
int getOrderValue();
/**
* .cz.proto.Order order = 2;
* @return The order.
*/
cz.proto.Order getOrder();
/**
* .cz.proto.NullOrder null_order = 3;
* @return The enum numeric value on the wire for nullOrder.
*/
int getNullOrderValue();
/**
* .cz.proto.NullOrder null_order = 3;
* @return The nullOrder.
*/
cz.proto.NullOrder getNullOrder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy