Class BitData.RuntimeFilterBDef

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.drill.exec.proto.BitData.RuntimeFilterBDef
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, BitData.RuntimeFilterBDefOrBuilder
Enclosing class:
BitData

public static final class BitData.RuntimeFilterBDef extends com.google.protobuf.GeneratedMessageV3 implements BitData.RuntimeFilterBDefOrBuilder
Protobuf type exec.bit.data.RuntimeFilterBDef
See Also:
  • Field Details

    • QUERY_ID_FIELD_NUMBER

      public static final int QUERY_ID_FIELD_NUMBER
      See Also:
    • MAJOR_FRAGMENT_ID_FIELD_NUMBER

      public static final int MAJOR_FRAGMENT_ID_FIELD_NUMBER
      See Also:
    • MINOR_FRAGMENT_ID_FIELD_NUMBER

      public static final int MINOR_FRAGMENT_ID_FIELD_NUMBER
      See Also:
    • TO_FOREMAN_FIELD_NUMBER

      public static final int TO_FOREMAN_FIELD_NUMBER
      See Also:
    • BLOOM_FILTER_SIZE_IN_BYTES_FIELD_NUMBER

      public static final int BLOOM_FILTER_SIZE_IN_BYTES_FIELD_NUMBER
      See Also:
    • PROBE_FIELDS_FIELD_NUMBER

      public static final int PROBE_FIELDS_FIELD_NUMBER
      See Also:
    • HJ_OP_ID_FIELD_NUMBER

      public static final int HJ_OP_ID_FIELD_NUMBER
      See Also:
    • RF_IDENTIFIER_FIELD_NUMBER

      public static final int RF_IDENTIFIER_FIELD_NUMBER
      See Also:
    • PARSER

      @Deprecated public static final com.google.protobuf.Parser<BitData.RuntimeFilterBDef> PARSER
      Deprecated.
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasQueryId

      public boolean hasQueryId()
      optional .exec.shared.QueryId query_id = 1;
      Specified by:
      hasQueryId in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      Whether the queryId field is set.
    • getQueryId

      public UserBitShared.QueryId getQueryId()
      optional .exec.shared.QueryId query_id = 1;
      Specified by:
      getQueryId in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      The queryId.
    • getQueryIdOrBuilder

      public UserBitShared.QueryIdOrBuilder getQueryIdOrBuilder()
      optional .exec.shared.QueryId query_id = 1;
      Specified by:
      getQueryIdOrBuilder in interface BitData.RuntimeFilterBDefOrBuilder
    • hasMajorFragmentId

      public boolean hasMajorFragmentId()
      optional int32 major_fragment_id = 2;
      Specified by:
      hasMajorFragmentId in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      Whether the majorFragmentId field is set.
    • getMajorFragmentId

      public int getMajorFragmentId()
      optional int32 major_fragment_id = 2;
      Specified by:
      getMajorFragmentId in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      The majorFragmentId.
    • hasMinorFragmentId

      public boolean hasMinorFragmentId()
      optional int32 minor_fragment_id = 3;
      Specified by:
      hasMinorFragmentId in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      Whether the minorFragmentId field is set.
    • getMinorFragmentId

      public int getMinorFragmentId()
      optional int32 minor_fragment_id = 3;
      Specified by:
      getMinorFragmentId in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      The minorFragmentId.
    • hasToForeman

      public boolean hasToForeman()
       true means sending to foreman,false means sending to scan nodes
       
      optional bool to_foreman = 4;
      Specified by:
      hasToForeman in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      Whether the toForeman field is set.
    • getToForeman

      public boolean getToForeman()
       true means sending to foreman,false means sending to scan nodes
       
      optional bool to_foreman = 4;
      Specified by:
      getToForeman in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      The toForeman.
    • getBloomFilterSizeInBytesList

      public List<Integer> getBloomFilterSizeInBytesList()
      repeated int32 bloom_filter_size_in_bytes = 5;
      Specified by:
      getBloomFilterSizeInBytesList in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      A list containing the bloomFilterSizeInBytes.
    • getBloomFilterSizeInBytesCount

      public int getBloomFilterSizeInBytesCount()
      repeated int32 bloom_filter_size_in_bytes = 5;
      Specified by:
      getBloomFilterSizeInBytesCount in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      The count of bloomFilterSizeInBytes.
    • getBloomFilterSizeInBytes

      public int getBloomFilterSizeInBytes(int index)
      repeated int32 bloom_filter_size_in_bytes = 5;
      Specified by:
      getBloomFilterSizeInBytes in interface BitData.RuntimeFilterBDefOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The bloomFilterSizeInBytes at the given index.
    • getProbeFieldsList

      public com.google.protobuf.ProtocolStringList getProbeFieldsList()
       probe fields with corresponding BloomFilters
       
      repeated string probe_fields = 6;
      Specified by:
      getProbeFieldsList in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      A list containing the probeFields.
    • getProbeFieldsCount

      public int getProbeFieldsCount()
       probe fields with corresponding BloomFilters
       
      repeated string probe_fields = 6;
      Specified by:
      getProbeFieldsCount in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      The count of probeFields.
    • getProbeFields

      public String getProbeFields(int index)
       probe fields with corresponding BloomFilters
       
      repeated string probe_fields = 6;
      Specified by:
      getProbeFields in interface BitData.RuntimeFilterBDefOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The probeFields at the given index.
    • getProbeFieldsBytes

      public com.google.protobuf.ByteString getProbeFieldsBytes(int index)
       probe fields with corresponding BloomFilters
       
      repeated string probe_fields = 6;
      Specified by:
      getProbeFieldsBytes in interface BitData.RuntimeFilterBDefOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the probeFields at the given index.
    • hasHjOpId

      public boolean hasHjOpId()
       the operator id of the HashJoin which generates this RuntimeFilter
       
      optional int32 hj_op_id = 7;
      Specified by:
      hasHjOpId in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      Whether the hjOpId field is set.
    • getHjOpId

      public int getHjOpId()
       the operator id of the HashJoin which generates this RuntimeFilter
       
      optional int32 hj_op_id = 7;
      Specified by:
      getHjOpId in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      The hjOpId.
    • hasRfIdentifier

      public boolean hasRfIdentifier()
       the runtime filter identifier
       
      optional int64 rf_identifier = 8;
      Specified by:
      hasRfIdentifier in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      Whether the rfIdentifier field is set.
    • getRfIdentifier

      public long getRfIdentifier()
       the runtime filter identifier
       
      optional int64 rf_identifier = 8;
      Specified by:
      getRfIdentifier in interface BitData.RuntimeFilterBDefOrBuilder
      Returns:
      The rfIdentifier.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static BitData.RuntimeFilterBDef parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BitData.RuntimeFilterBDef parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BitData.RuntimeFilterBDef parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BitData.RuntimeFilterBDef parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BitData.RuntimeFilterBDef parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BitData.RuntimeFilterBDef parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BitData.RuntimeFilterBDef parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BitData.RuntimeFilterBDef parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static BitData.RuntimeFilterBDef parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static BitData.RuntimeFilterBDef parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BitData.RuntimeFilterBDef parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BitData.RuntimeFilterBDef parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public BitData.RuntimeFilterBDef.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static BitData.RuntimeFilterBDef.Builder newBuilder()
    • newBuilder

      public static BitData.RuntimeFilterBDef.Builder newBuilder(BitData.RuntimeFilterBDef prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected BitData.RuntimeFilterBDef.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static BitData.RuntimeFilterBDef getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<BitData.RuntimeFilterBDef> parser()
    • getParserForType

      public com.google.protobuf.Parser<BitData.RuntimeFilterBDef> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public BitData.RuntimeFilterBDef getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder