cz.proto.DynamicFilterInfoOrBuilder 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 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