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

cz.proto.TreeJoinOrBuilder 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 TreeJoinOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.TreeJoin)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .cz.proto.Operator root_operators = 1;
   */
  java.util.List 
      getRootOperatorsList();
  /**
   * repeated .cz.proto.Operator root_operators = 1;
   */
  cz.proto.Operator getRootOperators(int index);
  /**
   * repeated .cz.proto.Operator root_operators = 1;
   */
  int getRootOperatorsCount();
  /**
   * repeated .cz.proto.Operator root_operators = 1;
   */
  java.util.List 
      getRootOperatorsOrBuilderList();
  /**
   * repeated .cz.proto.Operator root_operators = 1;
   */
  cz.proto.OperatorOrBuilder getRootOperatorsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy