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

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

  /**
   * .cz.proto.ScalarExpression condition = 1;
   * @return Whether the condition field is set.
   */
  boolean hasCondition();
  /**
   * .cz.proto.ScalarExpression condition = 1;
   * @return The condition.
   */
  cz.proto.Expression.ScalarExpression getCondition();
  /**
   * .cz.proto.ScalarExpression condition = 1;
   */
  cz.proto.Expression.ScalarExpressionOrBuilder getConditionOrBuilder();

  /**
   * repeated .cz.proto.ScalarExpression projects = 2;
   */
  java.util.List 
      getProjectsList();
  /**
   * repeated .cz.proto.ScalarExpression projects = 2;
   */
  cz.proto.Expression.ScalarExpression getProjects(int index);
  /**
   * repeated .cz.proto.ScalarExpression projects = 2;
   */
  int getProjectsCount();
  /**
   * repeated .cz.proto.ScalarExpression projects = 2;
   */
  java.util.List 
      getProjectsOrBuilderList();
  /**
   * repeated .cz.proto.ScalarExpression projects = 2;
   */
  cz.proto.Expression.ScalarExpressionOrBuilder getProjectsOrBuilder(
      int index);

  /**
   * optional double partial_window_filter_selectivity = 3;
   * @return Whether the partialWindowFilterSelectivity field is set.
   */
  boolean hasPartialWindowFilterSelectivity();
  /**
   * optional double partial_window_filter_selectivity = 3;
   * @return The partialWindowFilterSelectivity.
   */
  double getPartialWindowFilterSelectivity();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy