All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.proto.SortMergeJoinOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: operator.proto

package cz.proto;

public interface SortMergeJoinOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.SortMergeJoin)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.LogicalJoin join = 1;
   * @return Whether the join field is set.
   */
  boolean hasJoin();
  /**
   * .cz.proto.LogicalJoin join = 1;
   * @return The join.
   */
  cz.proto.LogicalJoin getJoin();
  /**
   * .cz.proto.LogicalJoin join = 1;
   */
  cz.proto.LogicalJoinOrBuilder getJoinOrBuilder();

  /**
   * repeated .cz.proto.OrderByDesc lhs_orders = 2;
   */
  java.util.List 
      getLhsOrdersList();
  /**
   * repeated .cz.proto.OrderByDesc lhs_orders = 2;
   */
  cz.proto.OrderByDesc getLhsOrders(int index);
  /**
   * repeated .cz.proto.OrderByDesc lhs_orders = 2;
   */
  int getLhsOrdersCount();
  /**
   * repeated .cz.proto.OrderByDesc lhs_orders = 2;
   */
  java.util.List 
      getLhsOrdersOrBuilderList();
  /**
   * repeated .cz.proto.OrderByDesc lhs_orders = 2;
   */
  cz.proto.OrderByDescOrBuilder getLhsOrdersOrBuilder(
      int index);

  /**
   * repeated .cz.proto.OrderByDesc rhs_orders = 3;
   */
  java.util.List 
      getRhsOrdersList();
  /**
   * repeated .cz.proto.OrderByDesc rhs_orders = 3;
   */
  cz.proto.OrderByDesc getRhsOrders(int index);
  /**
   * repeated .cz.proto.OrderByDesc rhs_orders = 3;
   */
  int getRhsOrdersCount();
  /**
   * repeated .cz.proto.OrderByDesc rhs_orders = 3;
   */
  java.util.List 
      getRhsOrdersOrBuilderList();
  /**
   * repeated .cz.proto.OrderByDesc rhs_orders = 3;
   */
  cz.proto.OrderByDescOrBuilder getRhsOrdersOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy