public static interface BitData.RuntimeFilterBDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getBloomFilterSizeInBytes(int index)
repeated int32 bloom_filter_size_in_bytes = 5; |
int |
getBloomFilterSizeInBytesCount()
repeated int32 bloom_filter_size_in_bytes = 5; |
List<Integer> |
getBloomFilterSizeInBytesList()
repeated int32 bloom_filter_size_in_bytes = 5; |
int |
getHjOpId()
the operator id of the HashJoin which generates this RuntimeFilter
|
int |
getMajorFragmentId()
optional int32 major_fragment_id = 2; |
int |
getMinorFragmentId()
optional int32 minor_fragment_id = 3; |
String |
getProbeFields(int index)
probe fields with corresponding BloomFilters
|
com.google.protobuf.ByteString |
getProbeFieldsBytes(int index)
probe fields with corresponding BloomFilters
|
int |
getProbeFieldsCount()
probe fields with corresponding BloomFilters
|
List<String> |
getProbeFieldsList()
probe fields with corresponding BloomFilters
|
UserBitShared.QueryId |
getQueryId()
optional .exec.shared.QueryId query_id = 1; |
UserBitShared.QueryIdOrBuilder |
getQueryIdOrBuilder()
optional .exec.shared.QueryId query_id = 1; |
long |
getRfIdentifier()
the runtime filter identifier
|
boolean |
getToForeman()
true means sending to foreman,false means sending to scan nodes
|
boolean |
hasHjOpId()
the operator id of the HashJoin which generates this RuntimeFilter
|
boolean |
hasMajorFragmentId()
optional int32 major_fragment_id = 2; |
boolean |
hasMinorFragmentId()
optional int32 minor_fragment_id = 3; |
boolean |
hasQueryId()
optional .exec.shared.QueryId query_id = 1; |
boolean |
hasRfIdentifier()
the runtime filter identifier
|
boolean |
hasToForeman()
true means sending to foreman,false means sending to scan nodes
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasQueryId()
optional .exec.shared.QueryId query_id = 1;
UserBitShared.QueryId getQueryId()
optional .exec.shared.QueryId query_id = 1;
UserBitShared.QueryIdOrBuilder getQueryIdOrBuilder()
optional .exec.shared.QueryId query_id = 1;
boolean hasMajorFragmentId()
optional int32 major_fragment_id = 2;
int getMajorFragmentId()
optional int32 major_fragment_id = 2;
boolean hasMinorFragmentId()
optional int32 minor_fragment_id = 3;
int getMinorFragmentId()
optional int32 minor_fragment_id = 3;
boolean hasToForeman()
true means sending to foreman,false means sending to scan nodes
optional bool to_foreman = 4;
boolean getToForeman()
true means sending to foreman,false means sending to scan nodes
optional bool to_foreman = 4;
List<Integer> getBloomFilterSizeInBytesList()
repeated int32 bloom_filter_size_in_bytes = 5;
int getBloomFilterSizeInBytesCount()
repeated int32 bloom_filter_size_in_bytes = 5;
int getBloomFilterSizeInBytes(int index)
repeated int32 bloom_filter_size_in_bytes = 5;
index
- The index of the element to return.List<String> getProbeFieldsList()
probe fields with corresponding BloomFilters
repeated string probe_fields = 6;
int getProbeFieldsCount()
probe fields with corresponding BloomFilters
repeated string probe_fields = 6;
String getProbeFields(int index)
probe fields with corresponding BloomFilters
repeated string probe_fields = 6;
index
- The index of the element to return.com.google.protobuf.ByteString getProbeFieldsBytes(int index)
probe fields with corresponding BloomFilters
repeated string probe_fields = 6;
index
- The index of the value to return.boolean hasHjOpId()
the operator id of the HashJoin which generates this RuntimeFilter
optional int32 hj_op_id = 7;
int getHjOpId()
the operator id of the HashJoin which generates this RuntimeFilter
optional int32 hj_op_id = 7;
boolean hasRfIdentifier()
the runtime filter identifier
optional int64 rf_identifier = 8;
long getRfIdentifier()
the runtime filter identifier
optional int64 rf_identifier = 8;
Copyright © 1970 The Apache Software Foundation. All rights reserved.