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

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

  /**
   * .cz.proto.DynamicFilterType type = 1;
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .cz.proto.DynamicFilterType type = 1;
   * @return The type.
   */
  cz.proto.DynamicFilterType getType();

  /**
   * bool consumer = 2;
   * @return The consumer.
   */
  boolean getConsumer();

  /**
   * double selectivity = 3;
   * @return The selectivity.
   */
  double getSelectivity();

  /**
   * uint32 probe = 4;
   * @return The probe.
   */
  int getProbe();

  /**
   * bool partition_filter = 5;
   * @return The partitionFilter.
   */
  boolean getPartitionFilter();

  /**
   * uint32 table_scan_parents = 6;
   * @return The tableScanParents.
   */
  int getTableScanParents();

  /**
   * bool sort_filter = 7;
   * @return The sortFilter.
   */
  boolean getSortFilter();

  /**
   * bool bitset_filter = 8;
   * @return The bitsetFilter.
   */
  boolean getBitsetFilter();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy