diff --git a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/FilterProtos.java b/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/FilterProtos.java index fe18cae374b..e5583712a9f 100644 --- a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/FilterProtos.java +++ b/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/FilterProtos.java @@ -17300,1797 +17300,6 @@ public final class FilterProtos { // @@protoc_insertion_point(class_scope:hbase.pb.MultiRowRangeFilter) } - public interface SQLPredicatePushDownColumnFilterOrBuilder - extends com.google.protobuf.MessageOrBuilder { - - // required bytes column_family = 1; - /** - * required bytes column_family = 1; - */ - boolean hasColumnFamily(); - /** - * required bytes column_family = 1; - */ - com.google.protobuf.ByteString getColumnFamily(); - - // required bytes qualifier = 2; - /** - * required bytes qualifier = 2; - */ - boolean hasQualifier(); - /** - * required bytes qualifier = 2; - */ - com.google.protobuf.ByteString getQualifier(); - - // repeated bytes get_point_list = 3; - /** - * repeated bytes get_point_list = 3; - */ - java.util.List getGetPointListList(); - /** - * repeated bytes get_point_list = 3; - */ - int getGetPointListCount(); - /** - * repeated bytes get_point_list = 3; - */ - com.google.protobuf.ByteString getGetPointList(int index); - - // repeated .hbase.pb.RowRange range_list = 4; - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - java.util.List - getRangeListList(); - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange getRangeList(int index); - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - int getRangeListCount(); - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - java.util.List - getRangeListOrBuilderList(); - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRangeOrBuilder getRangeListOrBuilder( - int index); - } - /** - * Protobuf type {@code hbase.pb.SQLPredicatePushDownColumnFilter} - */ - public static final class SQLPredicatePushDownColumnFilter extends - com.google.protobuf.GeneratedMessage - implements SQLPredicatePushDownColumnFilterOrBuilder { - // Use SQLPredicatePushDownColumnFilter.newBuilder() to construct. - private SQLPredicatePushDownColumnFilter(com.google.protobuf.GeneratedMessage.Builder builder) { - super(builder); - this.unknownFields = builder.getUnknownFields(); - } - private SQLPredicatePushDownColumnFilter(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } - - private static final SQLPredicatePushDownColumnFilter defaultInstance; - public static SQLPredicatePushDownColumnFilter getDefaultInstance() { - return defaultInstance; - } - - public SQLPredicatePushDownColumnFilter getDefaultInstanceForType() { - return defaultInstance; - } - - private final com.google.protobuf.UnknownFieldSet unknownFields; - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { - return this.unknownFields; - } - private SQLPredicatePushDownColumnFilter( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - initFields(); - int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); - try { - boolean done = false; - while (!done) { - int tag = input.readTag(); - switch (tag) { - case 0: - done = true; - break; - default: { - if (!parseUnknownField(input, unknownFields, - extensionRegistry, tag)) { - done = true; - } - break; - } - case 10: { - bitField0_ |= 0x00000001; - columnFamily_ = input.readBytes(); - break; - } - case 18: { - bitField0_ |= 0x00000002; - qualifier_ = input.readBytes(); - break; - } - case 26: { - if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { - getPointList_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000004; - } - getPointList_.add(input.readBytes()); - break; - } - case 34: { - if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) { - rangeList_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000008; - } - rangeList_.add(input.readMessage(org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange.PARSER, extensionRegistry)); - break; - } - } - } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(this); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( - e.getMessage()).setUnfinishedMessage(this); - } finally { - if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { - getPointList_ = java.util.Collections.unmodifiableList(getPointList_); - } - if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { - rangeList_ = java.util.Collections.unmodifiableList(rangeList_); - } - this.unknownFields = unknownFields.build(); - makeExtensionsImmutable(); - } - } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownColumnFilter_descriptor; - } - - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable - internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownColumnFilter_fieldAccessorTable - .ensureFieldAccessorsInitialized( - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.class, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.Builder.class); - } - - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - public SQLPredicatePushDownColumnFilter parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new SQLPredicatePushDownColumnFilter(input, extensionRegistry); - } - }; - - @java.lang.Override - public com.google.protobuf.Parser getParserForType() { - return PARSER; - } - - private int bitField0_; - // required bytes column_family = 1; - public static final int COLUMN_FAMILY_FIELD_NUMBER = 1; - private com.google.protobuf.ByteString columnFamily_; - /** - * required bytes column_family = 1; - */ - public boolean hasColumnFamily() { - return ((bitField0_ & 0x00000001) == 0x00000001); - } - /** - * required bytes column_family = 1; - */ - public com.google.protobuf.ByteString getColumnFamily() { - return columnFamily_; - } - - // required bytes qualifier = 2; - public static final int QUALIFIER_FIELD_NUMBER = 2; - private com.google.protobuf.ByteString qualifier_; - /** - * required bytes qualifier = 2; - */ - public boolean hasQualifier() { - return ((bitField0_ & 0x00000002) == 0x00000002); - } - /** - * required bytes qualifier = 2; - */ - public com.google.protobuf.ByteString getQualifier() { - return qualifier_; - } - - // repeated bytes get_point_list = 3; - public static final int GET_POINT_LIST_FIELD_NUMBER = 3; - private java.util.List getPointList_; - /** - * repeated bytes get_point_list = 3; - */ - public java.util.List - getGetPointListList() { - return getPointList_; - } - /** - * repeated bytes get_point_list = 3; - */ - public int getGetPointListCount() { - return getPointList_.size(); - } - /** - * repeated bytes get_point_list = 3; - */ - public com.google.protobuf.ByteString getGetPointList(int index) { - return getPointList_.get(index); - } - - // repeated .hbase.pb.RowRange range_list = 4; - public static final int RANGE_LIST_FIELD_NUMBER = 4; - private java.util.List rangeList_; - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public java.util.List getRangeListList() { - return rangeList_; - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public java.util.List - getRangeListOrBuilderList() { - return rangeList_; - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public int getRangeListCount() { - return rangeList_.size(); - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange getRangeList(int index) { - return rangeList_.get(index); - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRangeOrBuilder getRangeListOrBuilder( - int index) { - return rangeList_.get(index); - } - - private void initFields() { - columnFamily_ = com.google.protobuf.ByteString.EMPTY; - qualifier_ = com.google.protobuf.ByteString.EMPTY; - getPointList_ = java.util.Collections.emptyList(); - rangeList_ = java.util.Collections.emptyList(); - } - private byte memoizedIsInitialized = -1; - public final boolean isInitialized() { - byte isInitialized = memoizedIsInitialized; - if (isInitialized != -1) return isInitialized == 1; - - if (!hasColumnFamily()) { - memoizedIsInitialized = 0; - return false; - } - if (!hasQualifier()) { - memoizedIsInitialized = 0; - return false; - } - memoizedIsInitialized = 1; - return true; - } - - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - getSerializedSize(); - if (((bitField0_ & 0x00000001) == 0x00000001)) { - output.writeBytes(1, columnFamily_); - } - if (((bitField0_ & 0x00000002) == 0x00000002)) { - output.writeBytes(2, qualifier_); - } - for (int i = 0; i < getPointList_.size(); i++) { - output.writeBytes(3, getPointList_.get(i)); - } - for (int i = 0; i < rangeList_.size(); i++) { - output.writeMessage(4, rangeList_.get(i)); - } - getUnknownFields().writeTo(output); - } - - private int memoizedSerializedSize = -1; - public int getSerializedSize() { - int size = memoizedSerializedSize; - if (size != -1) return size; - - size = 0; - if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(1, columnFamily_); - } - if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(2, qualifier_); - } - { - int dataSize = 0; - for (int i = 0; i < getPointList_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream - .computeBytesSizeNoTag(getPointList_.get(i)); - } - size += dataSize; - size += 1 * getGetPointListList().size(); - } - for (int i = 0; i < rangeList_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(4, rangeList_.get(i)); - } - size += getUnknownFields().getSerializedSize(); - memoizedSerializedSize = size; - return size; - } - - private static final long serialVersionUID = 0L; - @java.lang.Override - protected java.lang.Object writeReplace() - throws java.io.ObjectStreamException { - return super.writeReplace(); - } - - @java.lang.Override - public boolean equals(final java.lang.Object obj) { - if (obj == this) { - return true; - } - if (!(obj instanceof org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter)) { - return super.equals(obj); - } - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter other = (org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter) obj; - - boolean result = true; - result = result && (hasColumnFamily() == other.hasColumnFamily()); - if (hasColumnFamily()) { - result = result && getColumnFamily() - .equals(other.getColumnFamily()); - } - result = result && (hasQualifier() == other.hasQualifier()); - if (hasQualifier()) { - result = result && getQualifier() - .equals(other.getQualifier()); - } - result = result && getGetPointListList() - .equals(other.getGetPointListList()); - result = result && getRangeListList() - .equals(other.getRangeListList()); - result = result && - getUnknownFields().equals(other.getUnknownFields()); - return result; - } - - private int memoizedHashCode = 0; - @java.lang.Override - public int hashCode() { - if (memoizedHashCode != 0) { - return memoizedHashCode; - } - int hash = 41; - hash = (19 * hash) + getDescriptorForType().hashCode(); - if (hasColumnFamily()) { - hash = (37 * hash) + COLUMN_FAMILY_FIELD_NUMBER; - hash = (53 * hash) + getColumnFamily().hashCode(); - } - if (hasQualifier()) { - hash = (37 * hash) + QUALIFIER_FIELD_NUMBER; - hash = (53 * hash) + getQualifier().hashCode(); - } - if (getGetPointListCount() > 0) { - hash = (37 * hash) + GET_POINT_LIST_FIELD_NUMBER; - hash = (53 * hash) + getGetPointListList().hashCode(); - } - if (getRangeListCount() > 0) { - hash = (37 * hash) + RANGE_LIST_FIELD_NUMBER; - hash = (53 * hash) + getRangeListList().hashCode(); - } - hash = (29 * hash) + getUnknownFields().hashCode(); - memoizedHashCode = hash; - return hash; - } - - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter parseFrom(java.io.InputStream input) - throws java.io.IOException { - return PARSER.parseFrom(input); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return PARSER.parseFrom(input, extensionRegistry); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return PARSER.parseDelimitedFrom(input); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return PARSER.parseDelimitedFrom(input, extensionRegistry); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return PARSER.parseFrom(input); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return PARSER.parseFrom(input, extensionRegistry); - } - - public static Builder newBuilder() { return Builder.create(); } - public Builder newBuilderForType() { return newBuilder(); } - public static Builder newBuilder(org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter prototype) { - return newBuilder().mergeFrom(prototype); - } - public Builder toBuilder() { return newBuilder(this); } - - @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { - Builder builder = new Builder(parent); - return builder; - } - /** - * Protobuf type {@code hbase.pb.SQLPredicatePushDownColumnFilter} - */ - public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder - implements org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownColumnFilter_descriptor; - } - - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable - internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownColumnFilter_fieldAccessorTable - .ensureFieldAccessorsInitialized( - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.class, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.Builder.class); - } - - // Construct using org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.newBuilder() - private Builder() { - maybeForceBuilderInitialization(); - } - - private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { - super(parent); - maybeForceBuilderInitialization(); - } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { - getRangeListFieldBuilder(); - } - } - private static Builder create() { - return new Builder(); - } - - public Builder clear() { - super.clear(); - columnFamily_ = com.google.protobuf.ByteString.EMPTY; - bitField0_ = (bitField0_ & ~0x00000001); - qualifier_ = com.google.protobuf.ByteString.EMPTY; - bitField0_ = (bitField0_ & ~0x00000002); - getPointList_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000004); - if (rangeListBuilder_ == null) { - rangeList_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000008); - } else { - rangeListBuilder_.clear(); - } - return this; - } - - public Builder clone() { - return create().mergeFrom(buildPartial()); - } - - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownColumnFilter_descriptor; - } - - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter getDefaultInstanceForType() { - return org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.getDefaultInstance(); - } - - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter build() { - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter result = buildPartial(); - if (!result.isInitialized()) { - throw newUninitializedMessageException(result); - } - return result; - } - - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter buildPartial() { - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter result = new org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter(this); - int from_bitField0_ = bitField0_; - int to_bitField0_ = 0; - if (((from_bitField0_ & 0x00000001) == 0x00000001)) { - to_bitField0_ |= 0x00000001; - } - result.columnFamily_ = columnFamily_; - if (((from_bitField0_ & 0x00000002) == 0x00000002)) { - to_bitField0_ |= 0x00000002; - } - result.qualifier_ = qualifier_; - if (((bitField0_ & 0x00000004) == 0x00000004)) { - getPointList_ = java.util.Collections.unmodifiableList(getPointList_); - bitField0_ = (bitField0_ & ~0x00000004); - } - result.getPointList_ = getPointList_; - if (rangeListBuilder_ == null) { - if (((bitField0_ & 0x00000008) == 0x00000008)) { - rangeList_ = java.util.Collections.unmodifiableList(rangeList_); - bitField0_ = (bitField0_ & ~0x00000008); - } - result.rangeList_ = rangeList_; - } else { - result.rangeList_ = rangeListBuilder_.build(); - } - result.bitField0_ = to_bitField0_; - onBuilt(); - return result; - } - - public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter) { - return mergeFrom((org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter)other); - } else { - super.mergeFrom(other); - return this; - } - } - - public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter other) { - if (other == org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.getDefaultInstance()) return this; - if (other.hasColumnFamily()) { - setColumnFamily(other.getColumnFamily()); - } - if (other.hasQualifier()) { - setQualifier(other.getQualifier()); - } - if (!other.getPointList_.isEmpty()) { - if (getPointList_.isEmpty()) { - getPointList_ = other.getPointList_; - bitField0_ = (bitField0_ & ~0x00000004); - } else { - ensureGetPointListIsMutable(); - getPointList_.addAll(other.getPointList_); - } - onChanged(); - } - if (rangeListBuilder_ == null) { - if (!other.rangeList_.isEmpty()) { - if (rangeList_.isEmpty()) { - rangeList_ = other.rangeList_; - bitField0_ = (bitField0_ & ~0x00000008); - } else { - ensureRangeListIsMutable(); - rangeList_.addAll(other.rangeList_); - } - onChanged(); - } - } else { - if (!other.rangeList_.isEmpty()) { - if (rangeListBuilder_.isEmpty()) { - rangeListBuilder_.dispose(); - rangeListBuilder_ = null; - rangeList_ = other.rangeList_; - bitField0_ = (bitField0_ & ~0x00000008); - rangeListBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? - getRangeListFieldBuilder() : null; - } else { - rangeListBuilder_.addAllMessages(other.rangeList_); - } - } - } - this.mergeUnknownFields(other.getUnknownFields()); - return this; - } - - public final boolean isInitialized() { - if (!hasColumnFamily()) { - - return false; - } - if (!hasQualifier()) { - - return false; - } - return true; - } - - public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter parsedMessage = null; - try { - parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter) e.getUnfinishedMessage(); - throw e; - } finally { - if (parsedMessage != null) { - mergeFrom(parsedMessage); - } - } - return this; - } - private int bitField0_; - - // required bytes column_family = 1; - private com.google.protobuf.ByteString columnFamily_ = com.google.protobuf.ByteString.EMPTY; - /** - * required bytes column_family = 1; - */ - public boolean hasColumnFamily() { - return ((bitField0_ & 0x00000001) == 0x00000001); - } - /** - * required bytes column_family = 1; - */ - public com.google.protobuf.ByteString getColumnFamily() { - return columnFamily_; - } - /** - * required bytes column_family = 1; - */ - public Builder setColumnFamily(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } - bitField0_ |= 0x00000001; - columnFamily_ = value; - onChanged(); - return this; - } - /** - * required bytes column_family = 1; - */ - public Builder clearColumnFamily() { - bitField0_ = (bitField0_ & ~0x00000001); - columnFamily_ = getDefaultInstance().getColumnFamily(); - onChanged(); - return this; - } - - // required bytes qualifier = 2; - private com.google.protobuf.ByteString qualifier_ = com.google.protobuf.ByteString.EMPTY; - /** - * required bytes qualifier = 2; - */ - public boolean hasQualifier() { - return ((bitField0_ & 0x00000002) == 0x00000002); - } - /** - * required bytes qualifier = 2; - */ - public com.google.protobuf.ByteString getQualifier() { - return qualifier_; - } - /** - * required bytes qualifier = 2; - */ - public Builder setQualifier(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } - bitField0_ |= 0x00000002; - qualifier_ = value; - onChanged(); - return this; - } - /** - * required bytes qualifier = 2; - */ - public Builder clearQualifier() { - bitField0_ = (bitField0_ & ~0x00000002); - qualifier_ = getDefaultInstance().getQualifier(); - onChanged(); - return this; - } - - // repeated bytes get_point_list = 3; - private java.util.List getPointList_ = java.util.Collections.emptyList(); - private void ensureGetPointListIsMutable() { - if (!((bitField0_ & 0x00000004) == 0x00000004)) { - getPointList_ = new java.util.ArrayList(getPointList_); - bitField0_ |= 0x00000004; - } - } - /** - * repeated bytes get_point_list = 3; - */ - public java.util.List - getGetPointListList() { - return java.util.Collections.unmodifiableList(getPointList_); - } - /** - * repeated bytes get_point_list = 3; - */ - public int getGetPointListCount() { - return getPointList_.size(); - } - /** - * repeated bytes get_point_list = 3; - */ - public com.google.protobuf.ByteString getGetPointList(int index) { - return getPointList_.get(index); - } - /** - * repeated bytes get_point_list = 3; - */ - public Builder setGetPointList( - int index, com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } - ensureGetPointListIsMutable(); - getPointList_.set(index, value); - onChanged(); - return this; - } - /** - * repeated bytes get_point_list = 3; - */ - public Builder addGetPointList(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } - ensureGetPointListIsMutable(); - getPointList_.add(value); - onChanged(); - return this; - } - /** - * repeated bytes get_point_list = 3; - */ - public Builder addAllGetPointList( - java.lang.Iterable values) { - ensureGetPointListIsMutable(); - super.addAll(values, getPointList_); - onChanged(); - return this; - } - /** - * repeated bytes get_point_list = 3; - */ - public Builder clearGetPointList() { - getPointList_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000004); - onChanged(); - return this; - } - - // repeated .hbase.pb.RowRange range_list = 4; - private java.util.List rangeList_ = - java.util.Collections.emptyList(); - private void ensureRangeListIsMutable() { - if (!((bitField0_ & 0x00000008) == 0x00000008)) { - rangeList_ = new java.util.ArrayList(rangeList_); - bitField0_ |= 0x00000008; - } - } - - private com.google.protobuf.RepeatedFieldBuilder< - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange.Builder, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRangeOrBuilder> rangeListBuilder_; - - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public java.util.List getRangeListList() { - if (rangeListBuilder_ == null) { - return java.util.Collections.unmodifiableList(rangeList_); - } else { - return rangeListBuilder_.getMessageList(); - } - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public int getRangeListCount() { - if (rangeListBuilder_ == null) { - return rangeList_.size(); - } else { - return rangeListBuilder_.getCount(); - } - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange getRangeList(int index) { - if (rangeListBuilder_ == null) { - return rangeList_.get(index); - } else { - return rangeListBuilder_.getMessage(index); - } - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public Builder setRangeList( - int index, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange value) { - if (rangeListBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - ensureRangeListIsMutable(); - rangeList_.set(index, value); - onChanged(); - } else { - rangeListBuilder_.setMessage(index, value); - } - return this; - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public Builder setRangeList( - int index, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange.Builder builderForValue) { - if (rangeListBuilder_ == null) { - ensureRangeListIsMutable(); - rangeList_.set(index, builderForValue.build()); - onChanged(); - } else { - rangeListBuilder_.setMessage(index, builderForValue.build()); - } - return this; - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public Builder addRangeList(org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange value) { - if (rangeListBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - ensureRangeListIsMutable(); - rangeList_.add(value); - onChanged(); - } else { - rangeListBuilder_.addMessage(value); - } - return this; - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public Builder addRangeList( - int index, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange value) { - if (rangeListBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - ensureRangeListIsMutable(); - rangeList_.add(index, value); - onChanged(); - } else { - rangeListBuilder_.addMessage(index, value); - } - return this; - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public Builder addRangeList( - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange.Builder builderForValue) { - if (rangeListBuilder_ == null) { - ensureRangeListIsMutable(); - rangeList_.add(builderForValue.build()); - onChanged(); - } else { - rangeListBuilder_.addMessage(builderForValue.build()); - } - return this; - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public Builder addRangeList( - int index, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange.Builder builderForValue) { - if (rangeListBuilder_ == null) { - ensureRangeListIsMutable(); - rangeList_.add(index, builderForValue.build()); - onChanged(); - } else { - rangeListBuilder_.addMessage(index, builderForValue.build()); - } - return this; - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public Builder addAllRangeList( - java.lang.Iterable values) { - if (rangeListBuilder_ == null) { - ensureRangeListIsMutable(); - super.addAll(values, rangeList_); - onChanged(); - } else { - rangeListBuilder_.addAllMessages(values); - } - return this; - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public Builder clearRangeList() { - if (rangeListBuilder_ == null) { - rangeList_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000008); - onChanged(); - } else { - rangeListBuilder_.clear(); - } - return this; - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public Builder removeRangeList(int index) { - if (rangeListBuilder_ == null) { - ensureRangeListIsMutable(); - rangeList_.remove(index); - onChanged(); - } else { - rangeListBuilder_.remove(index); - } - return this; - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange.Builder getRangeListBuilder( - int index) { - return getRangeListFieldBuilder().getBuilder(index); - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRangeOrBuilder getRangeListOrBuilder( - int index) { - if (rangeListBuilder_ == null) { - return rangeList_.get(index); } else { - return rangeListBuilder_.getMessageOrBuilder(index); - } - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public java.util.List - getRangeListOrBuilderList() { - if (rangeListBuilder_ != null) { - return rangeListBuilder_.getMessageOrBuilderList(); - } else { - return java.util.Collections.unmodifiableList(rangeList_); - } - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange.Builder addRangeListBuilder() { - return getRangeListFieldBuilder().addBuilder( - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange.getDefaultInstance()); - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange.Builder addRangeListBuilder( - int index) { - return getRangeListFieldBuilder().addBuilder( - index, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange.getDefaultInstance()); - } - /** - * repeated .hbase.pb.RowRange range_list = 4; - */ - public java.util.List - getRangeListBuilderList() { - return getRangeListFieldBuilder().getBuilderList(); - } - private com.google.protobuf.RepeatedFieldBuilder< - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange.Builder, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRangeOrBuilder> - getRangeListFieldBuilder() { - if (rangeListBuilder_ == null) { - rangeListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRange.Builder, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowRangeOrBuilder>( - rangeList_, - ((bitField0_ & 0x00000008) == 0x00000008), - getParentForChildren(), - isClean()); - rangeList_ = null; - } - return rangeListBuilder_; - } - - // @@protoc_insertion_point(builder_scope:hbase.pb.SQLPredicatePushDownColumnFilter) - } - - static { - defaultInstance = new SQLPredicatePushDownColumnFilter(true); - defaultInstance.initFields(); - } - - // @@protoc_insertion_point(class_scope:hbase.pb.SQLPredicatePushDownColumnFilter) - } - - public interface SQLPredicatePushDownFilterOrBuilder - extends com.google.protobuf.MessageOrBuilder { - - // repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - java.util.List - getColumnFilterListList(); - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter getColumnFilterList(int index); - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - int getColumnFilterListCount(); - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - java.util.List - getColumnFilterListOrBuilderList(); - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilterOrBuilder getColumnFilterListOrBuilder( - int index); - } - /** - * Protobuf type {@code hbase.pb.SQLPredicatePushDownFilter} - */ - public static final class SQLPredicatePushDownFilter extends - com.google.protobuf.GeneratedMessage - implements SQLPredicatePushDownFilterOrBuilder { - // Use SQLPredicatePushDownFilter.newBuilder() to construct. - private SQLPredicatePushDownFilter(com.google.protobuf.GeneratedMessage.Builder builder) { - super(builder); - this.unknownFields = builder.getUnknownFields(); - } - private SQLPredicatePushDownFilter(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } - - private static final SQLPredicatePushDownFilter defaultInstance; - public static SQLPredicatePushDownFilter getDefaultInstance() { - return defaultInstance; - } - - public SQLPredicatePushDownFilter getDefaultInstanceForType() { - return defaultInstance; - } - - private final com.google.protobuf.UnknownFieldSet unknownFields; - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { - return this.unknownFields; - } - private SQLPredicatePushDownFilter( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - initFields(); - int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); - try { - boolean done = false; - while (!done) { - int tag = input.readTag(); - switch (tag) { - case 0: - done = true; - break; - default: { - if (!parseUnknownField(input, unknownFields, - extensionRegistry, tag)) { - done = true; - } - break; - } - case 10: { - if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - columnFilterList_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - columnFilterList_.add(input.readMessage(org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.PARSER, extensionRegistry)); - break; - } - } - } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(this); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( - e.getMessage()).setUnfinishedMessage(this); - } finally { - if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - columnFilterList_ = java.util.Collections.unmodifiableList(columnFilterList_); - } - this.unknownFields = unknownFields.build(); - makeExtensionsImmutable(); - } - } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownFilter_descriptor; - } - - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable - internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownFilter_fieldAccessorTable - .ensureFieldAccessorsInitialized( - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.class, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.Builder.class); - } - - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - public SQLPredicatePushDownFilter parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new SQLPredicatePushDownFilter(input, extensionRegistry); - } - }; - - @java.lang.Override - public com.google.protobuf.Parser getParserForType() { - return PARSER; - } - - // repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - public static final int COLUMN_FILTER_LIST_FIELD_NUMBER = 1; - private java.util.List columnFilterList_; - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public java.util.List getColumnFilterListList() { - return columnFilterList_; - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public java.util.List - getColumnFilterListOrBuilderList() { - return columnFilterList_; - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public int getColumnFilterListCount() { - return columnFilterList_.size(); - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter getColumnFilterList(int index) { - return columnFilterList_.get(index); - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilterOrBuilder getColumnFilterListOrBuilder( - int index) { - return columnFilterList_.get(index); - } - - private void initFields() { - columnFilterList_ = java.util.Collections.emptyList(); - } - private byte memoizedIsInitialized = -1; - public final boolean isInitialized() { - byte isInitialized = memoizedIsInitialized; - if (isInitialized != -1) return isInitialized == 1; - - for (int i = 0; i < getColumnFilterListCount(); i++) { - if (!getColumnFilterList(i).isInitialized()) { - memoizedIsInitialized = 0; - return false; - } - } - memoizedIsInitialized = 1; - return true; - } - - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - getSerializedSize(); - for (int i = 0; i < columnFilterList_.size(); i++) { - output.writeMessage(1, columnFilterList_.get(i)); - } - getUnknownFields().writeTo(output); - } - - private int memoizedSerializedSize = -1; - public int getSerializedSize() { - int size = memoizedSerializedSize; - if (size != -1) return size; - - size = 0; - for (int i = 0; i < columnFilterList_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, columnFilterList_.get(i)); - } - size += getUnknownFields().getSerializedSize(); - memoizedSerializedSize = size; - return size; - } - - private static final long serialVersionUID = 0L; - @java.lang.Override - protected java.lang.Object writeReplace() - throws java.io.ObjectStreamException { - return super.writeReplace(); - } - - @java.lang.Override - public boolean equals(final java.lang.Object obj) { - if (obj == this) { - return true; - } - if (!(obj instanceof org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter)) { - return super.equals(obj); - } - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter other = (org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter) obj; - - boolean result = true; - result = result && getColumnFilterListList() - .equals(other.getColumnFilterListList()); - result = result && - getUnknownFields().equals(other.getUnknownFields()); - return result; - } - - private int memoizedHashCode = 0; - @java.lang.Override - public int hashCode() { - if (memoizedHashCode != 0) { - return memoizedHashCode; - } - int hash = 41; - hash = (19 * hash) + getDescriptorForType().hashCode(); - if (getColumnFilterListCount() > 0) { - hash = (37 * hash) + COLUMN_FILTER_LIST_FIELD_NUMBER; - hash = (53 * hash) + getColumnFilterListList().hashCode(); - } - hash = (29 * hash) + getUnknownFields().hashCode(); - memoizedHashCode = hash; - return hash; - } - - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom(java.io.InputStream input) - throws java.io.IOException { - return PARSER.parseFrom(input); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return PARSER.parseFrom(input, extensionRegistry); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return PARSER.parseDelimitedFrom(input); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return PARSER.parseDelimitedFrom(input, extensionRegistry); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return PARSER.parseFrom(input); - } - public static org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return PARSER.parseFrom(input, extensionRegistry); - } - - public static Builder newBuilder() { return Builder.create(); } - public Builder newBuilderForType() { return newBuilder(); } - public static Builder newBuilder(org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter prototype) { - return newBuilder().mergeFrom(prototype); - } - public Builder toBuilder() { return newBuilder(this); } - - @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { - Builder builder = new Builder(parent); - return builder; - } - /** - * Protobuf type {@code hbase.pb.SQLPredicatePushDownFilter} - */ - public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder - implements org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownFilter_descriptor; - } - - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable - internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownFilter_fieldAccessorTable - .ensureFieldAccessorsInitialized( - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.class, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.Builder.class); - } - - // Construct using org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.newBuilder() - private Builder() { - maybeForceBuilderInitialization(); - } - - private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { - super(parent); - maybeForceBuilderInitialization(); - } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { - getColumnFilterListFieldBuilder(); - } - } - private static Builder create() { - return new Builder(); - } - - public Builder clear() { - super.clear(); - if (columnFilterListBuilder_ == null) { - columnFilterList_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - } else { - columnFilterListBuilder_.clear(); - } - return this; - } - - public Builder clone() { - return create().mergeFrom(buildPartial()); - } - - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownFilter_descriptor; - } - - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter getDefaultInstanceForType() { - return org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.getDefaultInstance(); - } - - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter build() { - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter result = buildPartial(); - if (!result.isInitialized()) { - throw newUninitializedMessageException(result); - } - return result; - } - - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter buildPartial() { - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter result = new org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter(this); - int from_bitField0_ = bitField0_; - if (columnFilterListBuilder_ == null) { - if (((bitField0_ & 0x00000001) == 0x00000001)) { - columnFilterList_ = java.util.Collections.unmodifiableList(columnFilterList_); - bitField0_ = (bitField0_ & ~0x00000001); - } - result.columnFilterList_ = columnFilterList_; - } else { - result.columnFilterList_ = columnFilterListBuilder_.build(); - } - onBuilt(); - return result; - } - - public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter) { - return mergeFrom((org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter)other); - } else { - super.mergeFrom(other); - return this; - } - } - - public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter other) { - if (other == org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.getDefaultInstance()) return this; - if (columnFilterListBuilder_ == null) { - if (!other.columnFilterList_.isEmpty()) { - if (columnFilterList_.isEmpty()) { - columnFilterList_ = other.columnFilterList_; - bitField0_ = (bitField0_ & ~0x00000001); - } else { - ensureColumnFilterListIsMutable(); - columnFilterList_.addAll(other.columnFilterList_); - } - onChanged(); - } - } else { - if (!other.columnFilterList_.isEmpty()) { - if (columnFilterListBuilder_.isEmpty()) { - columnFilterListBuilder_.dispose(); - columnFilterListBuilder_ = null; - columnFilterList_ = other.columnFilterList_; - bitField0_ = (bitField0_ & ~0x00000001); - columnFilterListBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? - getColumnFilterListFieldBuilder() : null; - } else { - columnFilterListBuilder_.addAllMessages(other.columnFilterList_); - } - } - } - this.mergeUnknownFields(other.getUnknownFields()); - return this; - } - - public final boolean isInitialized() { - for (int i = 0; i < getColumnFilterListCount(); i++) { - if (!getColumnFilterList(i).isInitialized()) { - - return false; - } - } - return true; - } - - public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parsedMessage = null; - try { - parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter) e.getUnfinishedMessage(); - throw e; - } finally { - if (parsedMessage != null) { - mergeFrom(parsedMessage); - } - } - return this; - } - private int bitField0_; - - // repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - private java.util.List columnFilterList_ = - java.util.Collections.emptyList(); - private void ensureColumnFilterListIsMutable() { - if (!((bitField0_ & 0x00000001) == 0x00000001)) { - columnFilterList_ = new java.util.ArrayList(columnFilterList_); - bitField0_ |= 0x00000001; - } - } - - private com.google.protobuf.RepeatedFieldBuilder< - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.Builder, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilterOrBuilder> columnFilterListBuilder_; - - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public java.util.List getColumnFilterListList() { - if (columnFilterListBuilder_ == null) { - return java.util.Collections.unmodifiableList(columnFilterList_); - } else { - return columnFilterListBuilder_.getMessageList(); - } - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public int getColumnFilterListCount() { - if (columnFilterListBuilder_ == null) { - return columnFilterList_.size(); - } else { - return columnFilterListBuilder_.getCount(); - } - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter getColumnFilterList(int index) { - if (columnFilterListBuilder_ == null) { - return columnFilterList_.get(index); - } else { - return columnFilterListBuilder_.getMessage(index); - } - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public Builder setColumnFilterList( - int index, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter value) { - if (columnFilterListBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - ensureColumnFilterListIsMutable(); - columnFilterList_.set(index, value); - onChanged(); - } else { - columnFilterListBuilder_.setMessage(index, value); - } - return this; - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public Builder setColumnFilterList( - int index, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.Builder builderForValue) { - if (columnFilterListBuilder_ == null) { - ensureColumnFilterListIsMutable(); - columnFilterList_.set(index, builderForValue.build()); - onChanged(); - } else { - columnFilterListBuilder_.setMessage(index, builderForValue.build()); - } - return this; - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public Builder addColumnFilterList(org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter value) { - if (columnFilterListBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - ensureColumnFilterListIsMutable(); - columnFilterList_.add(value); - onChanged(); - } else { - columnFilterListBuilder_.addMessage(value); - } - return this; - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public Builder addColumnFilterList( - int index, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter value) { - if (columnFilterListBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - ensureColumnFilterListIsMutable(); - columnFilterList_.add(index, value); - onChanged(); - } else { - columnFilterListBuilder_.addMessage(index, value); - } - return this; - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public Builder addColumnFilterList( - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.Builder builderForValue) { - if (columnFilterListBuilder_ == null) { - ensureColumnFilterListIsMutable(); - columnFilterList_.add(builderForValue.build()); - onChanged(); - } else { - columnFilterListBuilder_.addMessage(builderForValue.build()); - } - return this; - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public Builder addColumnFilterList( - int index, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.Builder builderForValue) { - if (columnFilterListBuilder_ == null) { - ensureColumnFilterListIsMutable(); - columnFilterList_.add(index, builderForValue.build()); - onChanged(); - } else { - columnFilterListBuilder_.addMessage(index, builderForValue.build()); - } - return this; - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public Builder addAllColumnFilterList( - java.lang.Iterable values) { - if (columnFilterListBuilder_ == null) { - ensureColumnFilterListIsMutable(); - super.addAll(values, columnFilterList_); - onChanged(); - } else { - columnFilterListBuilder_.addAllMessages(values); - } - return this; - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public Builder clearColumnFilterList() { - if (columnFilterListBuilder_ == null) { - columnFilterList_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - onChanged(); - } else { - columnFilterListBuilder_.clear(); - } - return this; - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public Builder removeColumnFilterList(int index) { - if (columnFilterListBuilder_ == null) { - ensureColumnFilterListIsMutable(); - columnFilterList_.remove(index); - onChanged(); - } else { - columnFilterListBuilder_.remove(index); - } - return this; - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.Builder getColumnFilterListBuilder( - int index) { - return getColumnFilterListFieldBuilder().getBuilder(index); - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilterOrBuilder getColumnFilterListOrBuilder( - int index) { - if (columnFilterListBuilder_ == null) { - return columnFilterList_.get(index); } else { - return columnFilterListBuilder_.getMessageOrBuilder(index); - } - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public java.util.List - getColumnFilterListOrBuilderList() { - if (columnFilterListBuilder_ != null) { - return columnFilterListBuilder_.getMessageOrBuilderList(); - } else { - return java.util.Collections.unmodifiableList(columnFilterList_); - } - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.Builder addColumnFilterListBuilder() { - return getColumnFilterListFieldBuilder().addBuilder( - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.getDefaultInstance()); - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.Builder addColumnFilterListBuilder( - int index) { - return getColumnFilterListFieldBuilder().addBuilder( - index, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.getDefaultInstance()); - } - /** - * repeated .hbase.pb.SQLPredicatePushDownColumnFilter column_filter_list = 1; - */ - public java.util.List - getColumnFilterListBuilderList() { - return getColumnFilterListFieldBuilder().getBuilderList(); - } - private com.google.protobuf.RepeatedFieldBuilder< - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.Builder, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilterOrBuilder> - getColumnFilterListFieldBuilder() { - if (columnFilterListBuilder_ == null) { - columnFilterListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< - org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilter.Builder, org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SQLPredicatePushDownColumnFilterOrBuilder>( - columnFilterList_, - ((bitField0_ & 0x00000001) == 0x00000001), - getParentForChildren(), - isClean()); - columnFilterList_ = null; - } - return columnFilterListBuilder_; - } - - // @@protoc_insertion_point(builder_scope:hbase.pb.SQLPredicatePushDownFilter) - } - - static { - defaultInstance = new SQLPredicatePushDownFilter(true); - defaultInstance.initFields(); - } - - // @@protoc_insertion_point(class_scope:hbase.pb.SQLPredicatePushDownFilter) - } - private static com.google.protobuf.Descriptors.Descriptor internal_static_hbase_pb_Filter_descriptor; private static @@ -19241,16 +17450,6 @@ public final class FilterProtos { private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_hbase_pb_MultiRowRangeFilter_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor - internal_static_hbase_pb_SQLPredicatePushDownColumnFilter_descriptor; - private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable - internal_static_hbase_pb_SQLPredicatePushDownColumnFilter_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor - internal_static_hbase_pb_SQLPredicatePushDownFilter_descriptor; - private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable - internal_static_hbase_pb_SQLPredicatePushDownFilter_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { @@ -19313,15 +17512,9 @@ public final class FilterProtos { "ow\030\001 \001(\014\022\033\n\023start_row_inclusive\030\002 \001(\010\022\020\n" + "\010stop_row\030\003 \001(\014\022\032\n\022stop_row_inclusive\030\004 " + "\001(\010\"A\n\023MultiRowRangeFilter\022*\n\016row_range_" + - "list\030\001 \003(\0132\022.hbase.pb.RowRange\"\214\001\n SQLPr" + - "edicatePushDownColumnFilter\022\025\n\rcolumn_fa" + - "mily\030\001 \002(\014\022\021\n\tqualifier\030\002 \002(\014\022\026\n\016get_poi" + - "nt_list\030\003 \003(\014\022&\n\nrange_list\030\004 \003(\0132\022.hbas" + - "e.pb.RowRange\"d\n\032SQLPredicatePushDownFil" + - "ter\022F\n\022column_filter_list\030\001 \003(\0132*.hbase." + - "pb.SQLPredicatePushDownColumnFilterBB\n*o", - "rg.apache.hadoop.hbase.protobuf.generate" + - "dB\014FilterProtosH\001\210\001\001\240\001\001" + "list\030\001 \003(\0132\022.hbase.pb.RowRangeBB\n*org.ap" + + "ache.hadoop.hbase.protobuf.generatedB\014Fi" + + "lterProtosH\001\210\001\001\240\001\001" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { @@ -19508,18 +17701,6 @@ public final class FilterProtos { com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_hbase_pb_MultiRowRangeFilter_descriptor, new java.lang.String[] { "RowRangeList", }); - internal_static_hbase_pb_SQLPredicatePushDownColumnFilter_descriptor = - getDescriptor().getMessageTypes().get(30); - internal_static_hbase_pb_SQLPredicatePushDownColumnFilter_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( - internal_static_hbase_pb_SQLPredicatePushDownColumnFilter_descriptor, - new java.lang.String[] { "ColumnFamily", "Qualifier", "GetPointList", "RangeList", }); - internal_static_hbase_pb_SQLPredicatePushDownFilter_descriptor = - getDescriptor().getMessageTypes().get(31); - internal_static_hbase_pb_SQLPredicatePushDownFilter_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( - internal_static_hbase_pb_SQLPredicatePushDownFilter_descriptor, - new java.lang.String[] { "ColumnFilterList", }); return null; } }; diff --git a/hbase-protocol/src/main/protobuf/Filter.proto b/hbase-protocol/src/main/protobuf/Filter.proto index b2dc7d0de01..67d57172052 100644 --- a/hbase-protocol/src/main/protobuf/Filter.proto +++ b/hbase-protocol/src/main/protobuf/Filter.proto @@ -167,17 +167,4 @@ message RowRange { message MultiRowRangeFilter { repeated RowRange row_range_list = 1; -} - - -message SQLPredicatePushDownColumnFilter { - required bytes column_family = 1; - required bytes qualifier = 2; - repeated bytes get_point_list = 3; - repeated RowRange range_list = 4; - -} - -message SQLPredicatePushDownFilter { - repeated SQLPredicatePushDownColumnFilter column_filter_list = 1; } \ No newline at end of file diff --git a/hbase-spark/pom.xml b/hbase-spark/pom.xml index 89509fe0d06..ec911bdf5e7 100644 --- a/hbase-spark/pom.xml +++ b/hbase-spark/pom.xml @@ -512,6 +512,14 @@ test-jar test + + com.google.protobuf + protobuf-java + + + commons-logging + commons-logging + @@ -591,17 +599,55 @@ - - skipSparkTests - - - skipSparkTests - - - - true - true - - - + + skipSparkTests + + + skipSparkTests + + + + true + true + + + + compile-protobuf + + + compile-protobuf + + + + + + org.apache.hadoop + hadoop-maven-plugins + + + compile-protoc + generate-sources + + protoc + + + + ${basedir}/src/main/protobuf + + + ${basedir}/src/main/protobuf + + Filter.proto + + + + ${basedir}/src/main/java/ + + + + + + + + diff --git a/hbase-spark/src/main/java/org/apache/hadoop/hbase/spark/SparkSQLPushDownFilter.java b/hbase-spark/src/main/java/org/apache/hadoop/hbase/spark/SparkSQLPushDownFilter.java index d0f10912291..c3fd25c0120 100644 --- a/hbase-spark/src/main/java/org/apache/hadoop/hbase/spark/SparkSQLPushDownFilter.java +++ b/hbase-spark/src/main/java/org/apache/hadoop/hbase/spark/SparkSQLPushDownFilter.java @@ -24,8 +24,9 @@ import org.apache.commons.logging.LogFactory; import org.apache.hadoop.hbase.Cell; import org.apache.hadoop.hbase.exceptions.DeserializationException; import org.apache.hadoop.hbase.filter.FilterBase; -import org.apache.hadoop.hbase.protobuf.generated.FilterProtos; +import org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos; import org.apache.hadoop.hbase.util.ByteStringer; +import org.apache.hadoop.hbase.util.Bytes; import scala.collection.mutable.MutableList; import java.io.IOException; @@ -38,51 +39,133 @@ import java.util.Map; * by SparkSQL so that we have make the filters at the region server level * and avoid sending the data back to the client to be filtered. */ -public class SparkSQLPushDownFilter extends FilterBase { +public class SparkSQLPushDownFilter extends FilterBase{ protected static final Log log = LogFactory.getLog(SparkSQLPushDownFilter.class); - HashMap columnFamilyQualifierFilterMap; + //The following values are populated with protobuffer + DynamicLogicExpression dynamicLogicExpression; + byte[][] valueFromQueryArray; + HashMap> + currentCellToColumnIndexMap; - public SparkSQLPushDownFilter(HashMap columnFamilyQualifierFilterMap) { - this.columnFamilyQualifierFilterMap = columnFamilyQualifierFilterMap; + //The following values are transient + HashMap columnToCurrentRowValueMap = null; + + static final byte[] rowKeyFamily = new byte[0]; + static final byte[] rowKeyQualifier = Bytes.toBytes("key"); + + public SparkSQLPushDownFilter(DynamicLogicExpression dynamicLogicExpression, + byte[][] valueFromQueryArray, + HashMap> + currentCellToColumnIndexMap) { + this.dynamicLogicExpression = dynamicLogicExpression; + this.valueFromQueryArray = valueFromQueryArray; + this.currentCellToColumnIndexMap = currentCellToColumnIndexMap; + } + + public SparkSQLPushDownFilter(DynamicLogicExpression dynamicLogicExpression, + byte[][] valueFromQueryArray, + MutableList columnDefinitions) { + this.dynamicLogicExpression = dynamicLogicExpression; + this.valueFromQueryArray = valueFromQueryArray; + + //generate family qualifier to index mapping + this.currentCellToColumnIndexMap = + new HashMap<>(); + + for (int i = 0; i < columnDefinitions.size(); i++) { + SchemaQualifierDefinition definition = columnDefinitions.get(i).get(); + + ByteArrayComparable familyByteComparable = + new ByteArrayComparable(definition.columnFamilyBytes(), + 0, definition.columnFamilyBytes().length); + + HashMap qualifierIndexMap = + currentCellToColumnIndexMap.get(familyByteComparable); + + if (qualifierIndexMap == null) { + qualifierIndexMap = new HashMap<>(); + currentCellToColumnIndexMap.put(familyByteComparable, qualifierIndexMap); + } + ByteArrayComparable qualifierByteComparable = + new ByteArrayComparable(definition.qualifierBytes(), 0, + definition.qualifierBytes().length); + + qualifierIndexMap.put(qualifierByteComparable, definition.columnName()); + } } - /** - * This method will find the related filter logic for the given - * column family and qualifier then execute it. It will also - * not clone the in coming cell to avoid extra object creation - * - * @param c The Cell to be validated - * @return ReturnCode object to determine if skipping is required - * @throws IOException - */ @Override public ReturnCode filterKeyValue(Cell c) throws IOException { - //Get filter if one exist - ColumnFilter filter = - columnFamilyQualifierFilterMap.get(new ColumnFamilyQualifierMapKeyWrapper( - c.getFamilyArray(), - c.getFamilyOffset(), - c.getFamilyLength(), - c.getQualifierArray(), - c.getQualifierOffset(), - c.getQualifierLength())); + //If the map RowValueMap is empty then we need to populate + // the row key + if (columnToCurrentRowValueMap == null) { + columnToCurrentRowValueMap = new HashMap<>(); + HashMap qualifierColumnMap = + currentCellToColumnIndexMap.get( + new ByteArrayComparable(rowKeyFamily, 0, rowKeyFamily.length)); - if (filter == null) { - //If no filter then just include values - return ReturnCode.INCLUDE; - } else { - //If there is a filter then run validation - if (filter.validate(c.getValueArray(), c.getValueOffset(), c.getValueLength())) { - return ReturnCode.INCLUDE; + if (qualifierColumnMap != null) { + String rowKeyColumnName = + qualifierColumnMap.get( + new ByteArrayComparable(rowKeyQualifier, 0, + rowKeyQualifier.length)); + //Make sure that the rowKey is part of the where clause + if (rowKeyColumnName != null) { + columnToCurrentRowValueMap.put(rowKeyColumnName, + new ByteArrayComparable(c.getRowArray(), + c.getRowOffset(), c.getRowLength())); + } } } - //If validation fails then skip whole row - return ReturnCode.NEXT_ROW; + + //Always populate the column value into the RowValueMap + ByteArrayComparable currentFamilyByteComparable = + new ByteArrayComparable(c.getFamilyArray(), + c.getFamilyOffset(), + c.getFamilyLength()); + + HashMap qualifierColumnMap = + currentCellToColumnIndexMap.get( + currentFamilyByteComparable); + + if (qualifierColumnMap != null) { + + String columnName = + qualifierColumnMap.get( + new ByteArrayComparable(c.getQualifierArray(), + c.getQualifierOffset(), + c.getQualifierLength())); + + if (columnName != null) { + columnToCurrentRowValueMap.put(columnName, + new ByteArrayComparable(c.getValueArray(), + c.getValueOffset(), c.getValueLength())); + } + } + + return ReturnCode.INCLUDE; } + + @Override + public boolean filterRow() throws IOException { + + try { + boolean result = + dynamicLogicExpression.execute(columnToCurrentRowValueMap, + valueFromQueryArray); + columnToCurrentRowValueMap = null; + return !result; + } catch (Throwable e) { + log.error("Error running dynamic logic on row", e); + } + return false; + } + + /** * @param pbBytes A pb serialized instance * @return An instance of SparkSQLPushDownFilter @@ -92,47 +175,55 @@ public class SparkSQLPushDownFilter extends FilterBase { public static SparkSQLPushDownFilter parseFrom(final byte[] pbBytes) throws DeserializationException { - HashMap columnFamilyQualifierFilterMap = new HashMap<>(); - FilterProtos.SQLPredicatePushDownFilter proto; try { proto = FilterProtos.SQLPredicatePushDownFilter.parseFrom(pbBytes); } catch (InvalidProtocolBufferException e) { throw new DeserializationException(e); } - final List columnFilterListList = - proto.getColumnFilterListList(); - for (FilterProtos.SQLPredicatePushDownColumnFilter columnFilter: columnFilterListList) { + //Load DynamicLogicExpression + DynamicLogicExpression dynamicLogicExpression = + DynamicLogicExpressionBuilder.build(proto.getDynamicLogicExpression()); - byte[] columnFamily = columnFilter.getColumnFamily().toByteArray(); - byte[] qualifier = columnFilter.getQualifier().toByteArray(); - final ColumnFamilyQualifierMapKeyWrapper columnFamilyQualifierMapKeyWrapper = - new ColumnFamilyQualifierMapKeyWrapper(columnFamily, 0, columnFamily.length, - qualifier, 0, qualifier.length); - - final MutableList points = new MutableList<>(); - final MutableList scanRanges = new MutableList<>(); - - for (ByteString byteString: columnFilter.getGetPointListList()) { - points.$plus$eq(byteString.toByteArray()); - } - - for (FilterProtos.RowRange rowRange: columnFilter.getRangeListList()) { - ScanRange scanRange = new ScanRange(rowRange.getStopRow().toByteArray(), - rowRange.getStopRowInclusive(), - rowRange.getStartRow().toByteArray(), - rowRange.getStartRowInclusive()); - scanRanges.$plus$eq(scanRange); - } - - final ColumnFilter columnFilterObj = new ColumnFilter(null, null, points, scanRanges); - - columnFamilyQualifierFilterMap.put(columnFamilyQualifierMapKeyWrapper, columnFilterObj); + //Load valuesFromQuery + final List valueFromQueryArrayList = proto.getValueFromQueryArrayList(); + byte[][] valueFromQueryArray = new byte[valueFromQueryArrayList.size()][]; + for (int i = 0; i < valueFromQueryArrayList.size(); i++) { + valueFromQueryArray[i] = valueFromQueryArrayList.get(i).toByteArray(); } - return new SparkSQLPushDownFilter(columnFamilyQualifierFilterMap); + //Load mapping from HBase family/qualifier to Spark SQL columnName + HashMap> + currentCellToColumnIndexMap = new HashMap<>(); + + for (FilterProtos.SQLPredicatePushDownCellToColumnMapping + sqlPredicatePushDownCellToColumnMapping : + proto.getCellToColumnMappingList()) { + + byte[] familyArray = + sqlPredicatePushDownCellToColumnMapping.getColumnFamily().toByteArray(); + ByteArrayComparable familyByteComparable = + new ByteArrayComparable(familyArray, 0, familyArray.length); + HashMap qualifierMap = + currentCellToColumnIndexMap.get(familyByteComparable); + + if (qualifierMap == null) { + qualifierMap = new HashMap<>(); + currentCellToColumnIndexMap.put(familyByteComparable, qualifierMap); + } + byte[] qualifierArray = + sqlPredicatePushDownCellToColumnMapping.getQualifier().toByteArray(); + + ByteArrayComparable qualifierByteComparable = + new ByteArrayComparable(qualifierArray, 0 ,qualifierArray.length); + + qualifierMap.put(qualifierByteComparable, + sqlPredicatePushDownCellToColumnMapping.getColumnName()); + } + + return new SparkSQLPushDownFilter(dynamicLogicExpression, + valueFromQueryArray, currentCellToColumnIndexMap); } /** @@ -143,44 +234,27 @@ public class SparkSQLPushDownFilter extends FilterBase { FilterProtos.SQLPredicatePushDownFilter.Builder builder = FilterProtos.SQLPredicatePushDownFilter.newBuilder(); - FilterProtos.SQLPredicatePushDownColumnFilter.Builder columnBuilder = - FilterProtos.SQLPredicatePushDownColumnFilter.newBuilder(); + FilterProtos.SQLPredicatePushDownCellToColumnMapping.Builder columnMappingBuilder = + FilterProtos.SQLPredicatePushDownCellToColumnMapping.newBuilder(); - FilterProtos.RowRange.Builder rowRangeBuilder = FilterProtos.RowRange.newBuilder(); - - for (Map.Entry entry : - columnFamilyQualifierFilterMap.entrySet()) { - - columnBuilder.setColumnFamily( - ByteStringer.wrap(entry.getKey().cloneColumnFamily())); - columnBuilder.setQualifier( - ByteStringer.wrap(entry.getKey().cloneQualifier())); - - final MutableList points = entry.getValue().points(); - - int pointLength = points.length(); - for (int i = 0; i < pointLength; i++) { - byte[] point = points.get(i).get(); - columnBuilder.addGetPointList(ByteStringer.wrap(point)); - - } - - final MutableList ranges = entry.getValue().ranges(); - int rangeLength = ranges.length(); - for (int i = 0; i < rangeLength; i++) { - ScanRange scanRange = ranges.get(i).get(); - rowRangeBuilder.clear(); - rowRangeBuilder.setStartRow(ByteStringer.wrap(scanRange.lowerBound())); - rowRangeBuilder.setStopRow(ByteStringer.wrap(scanRange.upperBound())); - rowRangeBuilder.setStartRowInclusive(scanRange.isLowerBoundEqualTo()); - rowRangeBuilder.setStopRowInclusive(scanRange.isUpperBoundEqualTo()); - - columnBuilder.addRangeList(rowRangeBuilder.build()); - } - - builder.addColumnFilterList(columnBuilder.build()); - columnBuilder.clear(); + builder.setDynamicLogicExpression(dynamicLogicExpression.toExpressionString()); + for (byte[] valueFromQuery: valueFromQueryArray) { + builder.addValueFromQueryArray(ByteStringer.wrap(valueFromQuery)); } + + for (Map.Entry> + familyEntry : currentCellToColumnIndexMap.entrySet()) { + for (Map.Entry qualifierEntry : + familyEntry.getValue().entrySet()) { + columnMappingBuilder.setColumnFamily( + ByteStringer.wrap(familyEntry.getKey().bytes())); + columnMappingBuilder.setQualifier( + ByteStringer.wrap(qualifierEntry.getKey().bytes())); + columnMappingBuilder.setColumnName(qualifierEntry.getValue()); + builder.addCellToColumnMapping(columnMappingBuilder.build()); + } + } + return builder.build().toByteArray(); } } diff --git a/hbase-spark/src/main/java/org/apache/hadoop/hbase/spark/protobuf/generated/FilterProtos.java b/hbase-spark/src/main/java/org/apache/hadoop/hbase/spark/protobuf/generated/FilterProtos.java new file mode 100644 index 00000000000..1968d323e5b --- /dev/null +++ b/hbase-spark/src/main/java/org/apache/hadoop/hbase/spark/protobuf/generated/FilterProtos.java @@ -0,0 +1,1840 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: Filter.proto + +package org.apache.hadoop.hbase.spark.protobuf.generated; + +public final class FilterProtos { + private FilterProtos() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + } + public interface SQLPredicatePushDownCellToColumnMappingOrBuilder + extends com.google.protobuf.MessageOrBuilder { + + // required bytes column_family = 1; + /** + * required bytes column_family = 1; + */ + boolean hasColumnFamily(); + /** + * required bytes column_family = 1; + */ + com.google.protobuf.ByteString getColumnFamily(); + + // required bytes qualifier = 2; + /** + * required bytes qualifier = 2; + */ + boolean hasQualifier(); + /** + * required bytes qualifier = 2; + */ + com.google.protobuf.ByteString getQualifier(); + + // required string column_name = 3; + /** + * required string column_name = 3; + */ + boolean hasColumnName(); + /** + * required string column_name = 3; + */ + java.lang.String getColumnName(); + /** + * required string column_name = 3; + */ + com.google.protobuf.ByteString + getColumnNameBytes(); + } + /** + * Protobuf type {@code hbase.pb.SQLPredicatePushDownCellToColumnMapping} + */ + public static final class SQLPredicatePushDownCellToColumnMapping extends + com.google.protobuf.GeneratedMessage + implements SQLPredicatePushDownCellToColumnMappingOrBuilder { + // Use SQLPredicatePushDownCellToColumnMapping.newBuilder() to construct. + private SQLPredicatePushDownCellToColumnMapping(com.google.protobuf.GeneratedMessage.Builder builder) { + super(builder); + this.unknownFields = builder.getUnknownFields(); + } + private SQLPredicatePushDownCellToColumnMapping(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + + private static final SQLPredicatePushDownCellToColumnMapping defaultInstance; + public static SQLPredicatePushDownCellToColumnMapping getDefaultInstance() { + return defaultInstance; + } + + public SQLPredicatePushDownCellToColumnMapping getDefaultInstanceForType() { + return defaultInstance; + } + + private final com.google.protobuf.UnknownFieldSet unknownFields; + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private SQLPredicatePushDownCellToColumnMapping( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + initFields(); + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + default: { + if (!parseUnknownField(input, unknownFields, + extensionRegistry, tag)) { + done = true; + } + break; + } + case 10: { + bitField0_ |= 0x00000001; + columnFamily_ = input.readBytes(); + break; + } + case 18: { + bitField0_ |= 0x00000002; + qualifier_ = input.readBytes(); + break; + } + case 26: { + bitField0_ |= 0x00000004; + columnName_ = input.readBytes(); + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e.getMessage()).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownCellToColumnMapping_descriptor; + } + + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownCellToColumnMapping_fieldAccessorTable + .ensureFieldAccessorsInitialized( + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.class, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.Builder.class); + } + + public static com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + public SQLPredicatePushDownCellToColumnMapping parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new SQLPredicatePushDownCellToColumnMapping(input, extensionRegistry); + } + }; + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + private int bitField0_; + // required bytes column_family = 1; + public static final int COLUMN_FAMILY_FIELD_NUMBER = 1; + private com.google.protobuf.ByteString columnFamily_; + /** + * required bytes column_family = 1; + */ + public boolean hasColumnFamily() { + return ((bitField0_ & 0x00000001) == 0x00000001); + } + /** + * required bytes column_family = 1; + */ + public com.google.protobuf.ByteString getColumnFamily() { + return columnFamily_; + } + + // required bytes qualifier = 2; + public static final int QUALIFIER_FIELD_NUMBER = 2; + private com.google.protobuf.ByteString qualifier_; + /** + * required bytes qualifier = 2; + */ + public boolean hasQualifier() { + return ((bitField0_ & 0x00000002) == 0x00000002); + } + /** + * required bytes qualifier = 2; + */ + public com.google.protobuf.ByteString getQualifier() { + return qualifier_; + } + + // required string column_name = 3; + public static final int COLUMN_NAME_FIELD_NUMBER = 3; + private java.lang.Object columnName_; + /** + * required string column_name = 3; + */ + public boolean hasColumnName() { + return ((bitField0_ & 0x00000004) == 0x00000004); + } + /** + * required string column_name = 3; + */ + public java.lang.String getColumnName() { + java.lang.Object ref = columnName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + if (bs.isValidUtf8()) { + columnName_ = s; + } + return s; + } + } + /** + * required string column_name = 3; + */ + public com.google.protobuf.ByteString + getColumnNameBytes() { + java.lang.Object ref = columnName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + columnName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private void initFields() { + columnFamily_ = com.google.protobuf.ByteString.EMPTY; + qualifier_ = com.google.protobuf.ByteString.EMPTY; + columnName_ = ""; + } + private byte memoizedIsInitialized = -1; + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized != -1) return isInitialized == 1; + + if (!hasColumnFamily()) { + memoizedIsInitialized = 0; + return false; + } + if (!hasQualifier()) { + memoizedIsInitialized = 0; + return false; + } + if (!hasColumnName()) { + memoizedIsInitialized = 0; + return false; + } + memoizedIsInitialized = 1; + return true; + } + + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (((bitField0_ & 0x00000001) == 0x00000001)) { + output.writeBytes(1, columnFamily_); + } + if (((bitField0_ & 0x00000002) == 0x00000002)) { + output.writeBytes(2, qualifier_); + } + if (((bitField0_ & 0x00000004) == 0x00000004)) { + output.writeBytes(3, getColumnNameBytes()); + } + getUnknownFields().writeTo(output); + } + + private int memoizedSerializedSize = -1; + public int getSerializedSize() { + int size = memoizedSerializedSize; + if (size != -1) return size; + + size = 0; + if (((bitField0_ & 0x00000001) == 0x00000001)) { + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(1, columnFamily_); + } + if (((bitField0_ & 0x00000002) == 0x00000002)) { + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(2, qualifier_); + } + if (((bitField0_ & 0x00000004) == 0x00000004)) { + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(3, getColumnNameBytes()); + } + size += getUnknownFields().getSerializedSize(); + memoizedSerializedSize = size; + return size; + } + + private static final long serialVersionUID = 0L; + @java.lang.Override + protected java.lang.Object writeReplace() + throws java.io.ObjectStreamException { + return super.writeReplace(); + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping)) { + return super.equals(obj); + } + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping other = (org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping) obj; + + boolean result = true; + result = result && (hasColumnFamily() == other.hasColumnFamily()); + if (hasColumnFamily()) { + result = result && getColumnFamily() + .equals(other.getColumnFamily()); + } + result = result && (hasQualifier() == other.hasQualifier()); + if (hasQualifier()) { + result = result && getQualifier() + .equals(other.getQualifier()); + } + result = result && (hasColumnName() == other.hasColumnName()); + if (hasColumnName()) { + result = result && getColumnName() + .equals(other.getColumnName()); + } + result = result && + getUnknownFields().equals(other.getUnknownFields()); + return result; + } + + private int memoizedHashCode = 0; + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptorForType().hashCode(); + if (hasColumnFamily()) { + hash = (37 * hash) + COLUMN_FAMILY_FIELD_NUMBER; + hash = (53 * hash) + getColumnFamily().hashCode(); + } + if (hasQualifier()) { + hash = (37 * hash) + QUALIFIER_FIELD_NUMBER; + hash = (53 * hash) + getQualifier().hashCode(); + } + if (hasColumnName()) { + hash = (37 * hash) + COLUMN_NAME_FIELD_NUMBER; + hash = (53 * hash) + getColumnName().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping parseFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseFrom(input, extensionRegistry); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input, extensionRegistry); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseFrom(input, extensionRegistry); + } + + public static Builder newBuilder() { return Builder.create(); } + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder(org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping prototype) { + return newBuilder().mergeFrom(prototype); + } + public Builder toBuilder() { return newBuilder(this); } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessage.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + * Protobuf type {@code hbase.pb.SQLPredicatePushDownCellToColumnMapping} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessage.Builder + implements org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownCellToColumnMapping_descriptor; + } + + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownCellToColumnMapping_fieldAccessorTable + .ensureFieldAccessorsInitialized( + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.class, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.Builder.class); + } + + // Construct using org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessage.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + } + } + private static Builder create() { + return new Builder(); + } + + public Builder clear() { + super.clear(); + columnFamily_ = com.google.protobuf.ByteString.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + qualifier_ = com.google.protobuf.ByteString.EMPTY; + bitField0_ = (bitField0_ & ~0x00000002); + columnName_ = ""; + bitField0_ = (bitField0_ & ~0x00000004); + return this; + } + + public Builder clone() { + return create().mergeFrom(buildPartial()); + } + + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownCellToColumnMapping_descriptor; + } + + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping getDefaultInstanceForType() { + return org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.getDefaultInstance(); + } + + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping build() { + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping buildPartial() { + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping result = new org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping(this); + int from_bitField0_ = bitField0_; + int to_bitField0_ = 0; + if (((from_bitField0_ & 0x00000001) == 0x00000001)) { + to_bitField0_ |= 0x00000001; + } + result.columnFamily_ = columnFamily_; + if (((from_bitField0_ & 0x00000002) == 0x00000002)) { + to_bitField0_ |= 0x00000002; + } + result.qualifier_ = qualifier_; + if (((from_bitField0_ & 0x00000004) == 0x00000004)) { + to_bitField0_ |= 0x00000004; + } + result.columnName_ = columnName_; + result.bitField0_ = to_bitField0_; + onBuilt(); + return result; + } + + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping) { + return mergeFrom((org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping other) { + if (other == org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.getDefaultInstance()) return this; + if (other.hasColumnFamily()) { + setColumnFamily(other.getColumnFamily()); + } + if (other.hasQualifier()) { + setQualifier(other.getQualifier()); + } + if (other.hasColumnName()) { + bitField0_ |= 0x00000004; + columnName_ = other.columnName_; + onChanged(); + } + this.mergeUnknownFields(other.getUnknownFields()); + return this; + } + + public final boolean isInitialized() { + if (!hasColumnFamily()) { + + return false; + } + if (!hasQualifier()) { + + return false; + } + if (!hasColumnName()) { + + return false; + } + return true; + } + + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping) e.getUnfinishedMessage(); + throw e; + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + // required bytes column_family = 1; + private com.google.protobuf.ByteString columnFamily_ = com.google.protobuf.ByteString.EMPTY; + /** + * required bytes column_family = 1; + */ + public boolean hasColumnFamily() { + return ((bitField0_ & 0x00000001) == 0x00000001); + } + /** + * required bytes column_family = 1; + */ + public com.google.protobuf.ByteString getColumnFamily() { + return columnFamily_; + } + /** + * required bytes column_family = 1; + */ + public Builder setColumnFamily(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000001; + columnFamily_ = value; + onChanged(); + return this; + } + /** + * required bytes column_family = 1; + */ + public Builder clearColumnFamily() { + bitField0_ = (bitField0_ & ~0x00000001); + columnFamily_ = getDefaultInstance().getColumnFamily(); + onChanged(); + return this; + } + + // required bytes qualifier = 2; + private com.google.protobuf.ByteString qualifier_ = com.google.protobuf.ByteString.EMPTY; + /** + * required bytes qualifier = 2; + */ + public boolean hasQualifier() { + return ((bitField0_ & 0x00000002) == 0x00000002); + } + /** + * required bytes qualifier = 2; + */ + public com.google.protobuf.ByteString getQualifier() { + return qualifier_; + } + /** + * required bytes qualifier = 2; + */ + public Builder setQualifier(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000002; + qualifier_ = value; + onChanged(); + return this; + } + /** + * required bytes qualifier = 2; + */ + public Builder clearQualifier() { + bitField0_ = (bitField0_ & ~0x00000002); + qualifier_ = getDefaultInstance().getQualifier(); + onChanged(); + return this; + } + + // required string column_name = 3; + private java.lang.Object columnName_ = ""; + /** + * required string column_name = 3; + */ + public boolean hasColumnName() { + return ((bitField0_ & 0x00000004) == 0x00000004); + } + /** + * required string column_name = 3; + */ + public java.lang.String getColumnName() { + java.lang.Object ref = columnName_; + if (!(ref instanceof java.lang.String)) { + java.lang.String s = ((com.google.protobuf.ByteString) ref) + .toStringUtf8(); + columnName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * required string column_name = 3; + */ + public com.google.protobuf.ByteString + getColumnNameBytes() { + java.lang.Object ref = columnName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + columnName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + * required string column_name = 3; + */ + public Builder setColumnName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000004; + columnName_ = value; + onChanged(); + return this; + } + /** + * required string column_name = 3; + */ + public Builder clearColumnName() { + bitField0_ = (bitField0_ & ~0x00000004); + columnName_ = getDefaultInstance().getColumnName(); + onChanged(); + return this; + } + /** + * required string column_name = 3; + */ + public Builder setColumnNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000004; + columnName_ = value; + onChanged(); + return this; + } + + // @@protoc_insertion_point(builder_scope:hbase.pb.SQLPredicatePushDownCellToColumnMapping) + } + + static { + defaultInstance = new SQLPredicatePushDownCellToColumnMapping(true); + defaultInstance.initFields(); + } + + // @@protoc_insertion_point(class_scope:hbase.pb.SQLPredicatePushDownCellToColumnMapping) + } + + public interface SQLPredicatePushDownFilterOrBuilder + extends com.google.protobuf.MessageOrBuilder { + + // required string dynamic_logic_expression = 1; + /** + * required string dynamic_logic_expression = 1; + */ + boolean hasDynamicLogicExpression(); + /** + * required string dynamic_logic_expression = 1; + */ + java.lang.String getDynamicLogicExpression(); + /** + * required string dynamic_logic_expression = 1; + */ + com.google.protobuf.ByteString + getDynamicLogicExpressionBytes(); + + // repeated bytes value_from_query_array = 2; + /** + * repeated bytes value_from_query_array = 2; + */ + java.util.List getValueFromQueryArrayList(); + /** + * repeated bytes value_from_query_array = 2; + */ + int getValueFromQueryArrayCount(); + /** + * repeated bytes value_from_query_array = 2; + */ + com.google.protobuf.ByteString getValueFromQueryArray(int index); + + // repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + java.util.List + getCellToColumnMappingList(); + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping getCellToColumnMapping(int index); + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + int getCellToColumnMappingCount(); + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + java.util.List + getCellToColumnMappingOrBuilderList(); + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder getCellToColumnMappingOrBuilder( + int index); + } + /** + * Protobuf type {@code hbase.pb.SQLPredicatePushDownFilter} + */ + public static final class SQLPredicatePushDownFilter extends + com.google.protobuf.GeneratedMessage + implements SQLPredicatePushDownFilterOrBuilder { + // Use SQLPredicatePushDownFilter.newBuilder() to construct. + private SQLPredicatePushDownFilter(com.google.protobuf.GeneratedMessage.Builder builder) { + super(builder); + this.unknownFields = builder.getUnknownFields(); + } + private SQLPredicatePushDownFilter(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + + private static final SQLPredicatePushDownFilter defaultInstance; + public static SQLPredicatePushDownFilter getDefaultInstance() { + return defaultInstance; + } + + public SQLPredicatePushDownFilter getDefaultInstanceForType() { + return defaultInstance; + } + + private final com.google.protobuf.UnknownFieldSet unknownFields; + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private SQLPredicatePushDownFilter( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + initFields(); + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + default: { + if (!parseUnknownField(input, unknownFields, + extensionRegistry, tag)) { + done = true; + } + break; + } + case 10: { + bitField0_ |= 0x00000001; + dynamicLogicExpression_ = input.readBytes(); + break; + } + case 18: { + if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { + valueFromQueryArray_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + valueFromQueryArray_.add(input.readBytes()); + break; + } + case 26: { + if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { + cellToColumnMapping_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000004; + } + cellToColumnMapping_.add(input.readMessage(org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.PARSER, extensionRegistry)); + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e.getMessage()).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { + valueFromQueryArray_ = java.util.Collections.unmodifiableList(valueFromQueryArray_); + } + if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { + cellToColumnMapping_ = java.util.Collections.unmodifiableList(cellToColumnMapping_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownFilter_descriptor; + } + + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownFilter_fieldAccessorTable + .ensureFieldAccessorsInitialized( + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.class, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.Builder.class); + } + + public static com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + public SQLPredicatePushDownFilter parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new SQLPredicatePushDownFilter(input, extensionRegistry); + } + }; + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + private int bitField0_; + // required string dynamic_logic_expression = 1; + public static final int DYNAMIC_LOGIC_EXPRESSION_FIELD_NUMBER = 1; + private java.lang.Object dynamicLogicExpression_; + /** + * required string dynamic_logic_expression = 1; + */ + public boolean hasDynamicLogicExpression() { + return ((bitField0_ & 0x00000001) == 0x00000001); + } + /** + * required string dynamic_logic_expression = 1; + */ + public java.lang.String getDynamicLogicExpression() { + java.lang.Object ref = dynamicLogicExpression_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + if (bs.isValidUtf8()) { + dynamicLogicExpression_ = s; + } + return s; + } + } + /** + * required string dynamic_logic_expression = 1; + */ + public com.google.protobuf.ByteString + getDynamicLogicExpressionBytes() { + java.lang.Object ref = dynamicLogicExpression_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + dynamicLogicExpression_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + // repeated bytes value_from_query_array = 2; + public static final int VALUE_FROM_QUERY_ARRAY_FIELD_NUMBER = 2; + private java.util.List valueFromQueryArray_; + /** + * repeated bytes value_from_query_array = 2; + */ + public java.util.List + getValueFromQueryArrayList() { + return valueFromQueryArray_; + } + /** + * repeated bytes value_from_query_array = 2; + */ + public int getValueFromQueryArrayCount() { + return valueFromQueryArray_.size(); + } + /** + * repeated bytes value_from_query_array = 2; + */ + public com.google.protobuf.ByteString getValueFromQueryArray(int index) { + return valueFromQueryArray_.get(index); + } + + // repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + public static final int CELL_TO_COLUMN_MAPPING_FIELD_NUMBER = 3; + private java.util.List cellToColumnMapping_; + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public java.util.List getCellToColumnMappingList() { + return cellToColumnMapping_; + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public java.util.List + getCellToColumnMappingOrBuilderList() { + return cellToColumnMapping_; + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public int getCellToColumnMappingCount() { + return cellToColumnMapping_.size(); + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping getCellToColumnMapping(int index) { + return cellToColumnMapping_.get(index); + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder getCellToColumnMappingOrBuilder( + int index) { + return cellToColumnMapping_.get(index); + } + + private void initFields() { + dynamicLogicExpression_ = ""; + valueFromQueryArray_ = java.util.Collections.emptyList(); + cellToColumnMapping_ = java.util.Collections.emptyList(); + } + private byte memoizedIsInitialized = -1; + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized != -1) return isInitialized == 1; + + if (!hasDynamicLogicExpression()) { + memoizedIsInitialized = 0; + return false; + } + for (int i = 0; i < getCellToColumnMappingCount(); i++) { + if (!getCellToColumnMapping(i).isInitialized()) { + memoizedIsInitialized = 0; + return false; + } + } + memoizedIsInitialized = 1; + return true; + } + + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (((bitField0_ & 0x00000001) == 0x00000001)) { + output.writeBytes(1, getDynamicLogicExpressionBytes()); + } + for (int i = 0; i < valueFromQueryArray_.size(); i++) { + output.writeBytes(2, valueFromQueryArray_.get(i)); + } + for (int i = 0; i < cellToColumnMapping_.size(); i++) { + output.writeMessage(3, cellToColumnMapping_.get(i)); + } + getUnknownFields().writeTo(output); + } + + private int memoizedSerializedSize = -1; + public int getSerializedSize() { + int size = memoizedSerializedSize; + if (size != -1) return size; + + size = 0; + if (((bitField0_ & 0x00000001) == 0x00000001)) { + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(1, getDynamicLogicExpressionBytes()); + } + { + int dataSize = 0; + for (int i = 0; i < valueFromQueryArray_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeBytesSizeNoTag(valueFromQueryArray_.get(i)); + } + size += dataSize; + size += 1 * getValueFromQueryArrayList().size(); + } + for (int i = 0; i < cellToColumnMapping_.size(); i++) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, cellToColumnMapping_.get(i)); + } + size += getUnknownFields().getSerializedSize(); + memoizedSerializedSize = size; + return size; + } + + private static final long serialVersionUID = 0L; + @java.lang.Override + protected java.lang.Object writeReplace() + throws java.io.ObjectStreamException { + return super.writeReplace(); + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter)) { + return super.equals(obj); + } + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter other = (org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter) obj; + + boolean result = true; + result = result && (hasDynamicLogicExpression() == other.hasDynamicLogicExpression()); + if (hasDynamicLogicExpression()) { + result = result && getDynamicLogicExpression() + .equals(other.getDynamicLogicExpression()); + } + result = result && getValueFromQueryArrayList() + .equals(other.getValueFromQueryArrayList()); + result = result && getCellToColumnMappingList() + .equals(other.getCellToColumnMappingList()); + result = result && + getUnknownFields().equals(other.getUnknownFields()); + return result; + } + + private int memoizedHashCode = 0; + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptorForType().hashCode(); + if (hasDynamicLogicExpression()) { + hash = (37 * hash) + DYNAMIC_LOGIC_EXPRESSION_FIELD_NUMBER; + hash = (53 * hash) + getDynamicLogicExpression().hashCode(); + } + if (getValueFromQueryArrayCount() > 0) { + hash = (37 * hash) + VALUE_FROM_QUERY_ARRAY_FIELD_NUMBER; + hash = (53 * hash) + getValueFromQueryArrayList().hashCode(); + } + if (getCellToColumnMappingCount() > 0) { + hash = (37 * hash) + CELL_TO_COLUMN_MAPPING_FIELD_NUMBER; + hash = (53 * hash) + getCellToColumnMappingList().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseFrom(input, extensionRegistry); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input, extensionRegistry); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseFrom(input, extensionRegistry); + } + + public static Builder newBuilder() { return Builder.create(); } + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder(org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter prototype) { + return newBuilder().mergeFrom(prototype); + } + public Builder toBuilder() { return newBuilder(this); } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessage.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + * Protobuf type {@code hbase.pb.SQLPredicatePushDownFilter} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessage.Builder + implements org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilterOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownFilter_descriptor; + } + + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownFilter_fieldAccessorTable + .ensureFieldAccessorsInitialized( + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.class, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.Builder.class); + } + + // Construct using org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessage.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + getCellToColumnMappingFieldBuilder(); + } + } + private static Builder create() { + return new Builder(); + } + + public Builder clear() { + super.clear(); + dynamicLogicExpression_ = ""; + bitField0_ = (bitField0_ & ~0x00000001); + valueFromQueryArray_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + if (cellToColumnMappingBuilder_ == null) { + cellToColumnMapping_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000004); + } else { + cellToColumnMappingBuilder_.clear(); + } + return this; + } + + public Builder clone() { + return create().mergeFrom(buildPartial()); + } + + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.internal_static_hbase_pb_SQLPredicatePushDownFilter_descriptor; + } + + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter getDefaultInstanceForType() { + return org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.getDefaultInstance(); + } + + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter build() { + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter buildPartial() { + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter result = new org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter(this); + int from_bitField0_ = bitField0_; + int to_bitField0_ = 0; + if (((from_bitField0_ & 0x00000001) == 0x00000001)) { + to_bitField0_ |= 0x00000001; + } + result.dynamicLogicExpression_ = dynamicLogicExpression_; + if (((bitField0_ & 0x00000002) == 0x00000002)) { + valueFromQueryArray_ = java.util.Collections.unmodifiableList(valueFromQueryArray_); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.valueFromQueryArray_ = valueFromQueryArray_; + if (cellToColumnMappingBuilder_ == null) { + if (((bitField0_ & 0x00000004) == 0x00000004)) { + cellToColumnMapping_ = java.util.Collections.unmodifiableList(cellToColumnMapping_); + bitField0_ = (bitField0_ & ~0x00000004); + } + result.cellToColumnMapping_ = cellToColumnMapping_; + } else { + result.cellToColumnMapping_ = cellToColumnMappingBuilder_.build(); + } + result.bitField0_ = to_bitField0_; + onBuilt(); + return result; + } + + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter) { + return mergeFrom((org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter other) { + if (other == org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter.getDefaultInstance()) return this; + if (other.hasDynamicLogicExpression()) { + bitField0_ |= 0x00000001; + dynamicLogicExpression_ = other.dynamicLogicExpression_; + onChanged(); + } + if (!other.valueFromQueryArray_.isEmpty()) { + if (valueFromQueryArray_.isEmpty()) { + valueFromQueryArray_ = other.valueFromQueryArray_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureValueFromQueryArrayIsMutable(); + valueFromQueryArray_.addAll(other.valueFromQueryArray_); + } + onChanged(); + } + if (cellToColumnMappingBuilder_ == null) { + if (!other.cellToColumnMapping_.isEmpty()) { + if (cellToColumnMapping_.isEmpty()) { + cellToColumnMapping_ = other.cellToColumnMapping_; + bitField0_ = (bitField0_ & ~0x00000004); + } else { + ensureCellToColumnMappingIsMutable(); + cellToColumnMapping_.addAll(other.cellToColumnMapping_); + } + onChanged(); + } + } else { + if (!other.cellToColumnMapping_.isEmpty()) { + if (cellToColumnMappingBuilder_.isEmpty()) { + cellToColumnMappingBuilder_.dispose(); + cellToColumnMappingBuilder_ = null; + cellToColumnMapping_ = other.cellToColumnMapping_; + bitField0_ = (bitField0_ & ~0x00000004); + cellToColumnMappingBuilder_ = + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + getCellToColumnMappingFieldBuilder() : null; + } else { + cellToColumnMappingBuilder_.addAllMessages(other.cellToColumnMapping_); + } + } + } + this.mergeUnknownFields(other.getUnknownFields()); + return this; + } + + public final boolean isInitialized() { + if (!hasDynamicLogicExpression()) { + + return false; + } + for (int i = 0; i < getCellToColumnMappingCount(); i++) { + if (!getCellToColumnMapping(i).isInitialized()) { + + return false; + } + } + return true; + } + + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownFilter) e.getUnfinishedMessage(); + throw e; + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + // required string dynamic_logic_expression = 1; + private java.lang.Object dynamicLogicExpression_ = ""; + /** + * required string dynamic_logic_expression = 1; + */ + public boolean hasDynamicLogicExpression() { + return ((bitField0_ & 0x00000001) == 0x00000001); + } + /** + * required string dynamic_logic_expression = 1; + */ + public java.lang.String getDynamicLogicExpression() { + java.lang.Object ref = dynamicLogicExpression_; + if (!(ref instanceof java.lang.String)) { + java.lang.String s = ((com.google.protobuf.ByteString) ref) + .toStringUtf8(); + dynamicLogicExpression_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * required string dynamic_logic_expression = 1; + */ + public com.google.protobuf.ByteString + getDynamicLogicExpressionBytes() { + java.lang.Object ref = dynamicLogicExpression_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + dynamicLogicExpression_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + * required string dynamic_logic_expression = 1; + */ + public Builder setDynamicLogicExpression( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000001; + dynamicLogicExpression_ = value; + onChanged(); + return this; + } + /** + * required string dynamic_logic_expression = 1; + */ + public Builder clearDynamicLogicExpression() { + bitField0_ = (bitField0_ & ~0x00000001); + dynamicLogicExpression_ = getDefaultInstance().getDynamicLogicExpression(); + onChanged(); + return this; + } + /** + * required string dynamic_logic_expression = 1; + */ + public Builder setDynamicLogicExpressionBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000001; + dynamicLogicExpression_ = value; + onChanged(); + return this; + } + + // repeated bytes value_from_query_array = 2; + private java.util.List valueFromQueryArray_ = java.util.Collections.emptyList(); + private void ensureValueFromQueryArrayIsMutable() { + if (!((bitField0_ & 0x00000002) == 0x00000002)) { + valueFromQueryArray_ = new java.util.ArrayList(valueFromQueryArray_); + bitField0_ |= 0x00000002; + } + } + /** + * repeated bytes value_from_query_array = 2; + */ + public java.util.List + getValueFromQueryArrayList() { + return java.util.Collections.unmodifiableList(valueFromQueryArray_); + } + /** + * repeated bytes value_from_query_array = 2; + */ + public int getValueFromQueryArrayCount() { + return valueFromQueryArray_.size(); + } + /** + * repeated bytes value_from_query_array = 2; + */ + public com.google.protobuf.ByteString getValueFromQueryArray(int index) { + return valueFromQueryArray_.get(index); + } + /** + * repeated bytes value_from_query_array = 2; + */ + public Builder setValueFromQueryArray( + int index, com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + ensureValueFromQueryArrayIsMutable(); + valueFromQueryArray_.set(index, value); + onChanged(); + return this; + } + /** + * repeated bytes value_from_query_array = 2; + */ + public Builder addValueFromQueryArray(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + ensureValueFromQueryArrayIsMutable(); + valueFromQueryArray_.add(value); + onChanged(); + return this; + } + /** + * repeated bytes value_from_query_array = 2; + */ + public Builder addAllValueFromQueryArray( + java.lang.Iterable values) { + ensureValueFromQueryArrayIsMutable(); + super.addAll(values, valueFromQueryArray_); + onChanged(); + return this; + } + /** + * repeated bytes value_from_query_array = 2; + */ + public Builder clearValueFromQueryArray() { + valueFromQueryArray_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + return this; + } + + // repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + private java.util.List cellToColumnMapping_ = + java.util.Collections.emptyList(); + private void ensureCellToColumnMappingIsMutable() { + if (!((bitField0_ & 0x00000004) == 0x00000004)) { + cellToColumnMapping_ = new java.util.ArrayList(cellToColumnMapping_); + bitField0_ |= 0x00000004; + } + } + + private com.google.protobuf.RepeatedFieldBuilder< + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.Builder, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder> cellToColumnMappingBuilder_; + + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public java.util.List getCellToColumnMappingList() { + if (cellToColumnMappingBuilder_ == null) { + return java.util.Collections.unmodifiableList(cellToColumnMapping_); + } else { + return cellToColumnMappingBuilder_.getMessageList(); + } + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public int getCellToColumnMappingCount() { + if (cellToColumnMappingBuilder_ == null) { + return cellToColumnMapping_.size(); + } else { + return cellToColumnMappingBuilder_.getCount(); + } + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping getCellToColumnMapping(int index) { + if (cellToColumnMappingBuilder_ == null) { + return cellToColumnMapping_.get(index); + } else { + return cellToColumnMappingBuilder_.getMessage(index); + } + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public Builder setCellToColumnMapping( + int index, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping value) { + if (cellToColumnMappingBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureCellToColumnMappingIsMutable(); + cellToColumnMapping_.set(index, value); + onChanged(); + } else { + cellToColumnMappingBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public Builder setCellToColumnMapping( + int index, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.Builder builderForValue) { + if (cellToColumnMappingBuilder_ == null) { + ensureCellToColumnMappingIsMutable(); + cellToColumnMapping_.set(index, builderForValue.build()); + onChanged(); + } else { + cellToColumnMappingBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public Builder addCellToColumnMapping(org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping value) { + if (cellToColumnMappingBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureCellToColumnMappingIsMutable(); + cellToColumnMapping_.add(value); + onChanged(); + } else { + cellToColumnMappingBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public Builder addCellToColumnMapping( + int index, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping value) { + if (cellToColumnMappingBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureCellToColumnMappingIsMutable(); + cellToColumnMapping_.add(index, value); + onChanged(); + } else { + cellToColumnMappingBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public Builder addCellToColumnMapping( + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.Builder builderForValue) { + if (cellToColumnMappingBuilder_ == null) { + ensureCellToColumnMappingIsMutable(); + cellToColumnMapping_.add(builderForValue.build()); + onChanged(); + } else { + cellToColumnMappingBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public Builder addCellToColumnMapping( + int index, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.Builder builderForValue) { + if (cellToColumnMappingBuilder_ == null) { + ensureCellToColumnMappingIsMutable(); + cellToColumnMapping_.add(index, builderForValue.build()); + onChanged(); + } else { + cellToColumnMappingBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public Builder addAllCellToColumnMapping( + java.lang.Iterable values) { + if (cellToColumnMappingBuilder_ == null) { + ensureCellToColumnMappingIsMutable(); + super.addAll(values, cellToColumnMapping_); + onChanged(); + } else { + cellToColumnMappingBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public Builder clearCellToColumnMapping() { + if (cellToColumnMappingBuilder_ == null) { + cellToColumnMapping_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000004); + onChanged(); + } else { + cellToColumnMappingBuilder_.clear(); + } + return this; + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public Builder removeCellToColumnMapping(int index) { + if (cellToColumnMappingBuilder_ == null) { + ensureCellToColumnMappingIsMutable(); + cellToColumnMapping_.remove(index); + onChanged(); + } else { + cellToColumnMappingBuilder_.remove(index); + } + return this; + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.Builder getCellToColumnMappingBuilder( + int index) { + return getCellToColumnMappingFieldBuilder().getBuilder(index); + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder getCellToColumnMappingOrBuilder( + int index) { + if (cellToColumnMappingBuilder_ == null) { + return cellToColumnMapping_.get(index); } else { + return cellToColumnMappingBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public java.util.List + getCellToColumnMappingOrBuilderList() { + if (cellToColumnMappingBuilder_ != null) { + return cellToColumnMappingBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(cellToColumnMapping_); + } + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.Builder addCellToColumnMappingBuilder() { + return getCellToColumnMappingFieldBuilder().addBuilder( + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.getDefaultInstance()); + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.Builder addCellToColumnMappingBuilder( + int index) { + return getCellToColumnMappingFieldBuilder().addBuilder( + index, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.getDefaultInstance()); + } + /** + * repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; + */ + public java.util.List + getCellToColumnMappingBuilderList() { + return getCellToColumnMappingFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilder< + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.Builder, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder> + getCellToColumnMappingFieldBuilder() { + if (cellToColumnMappingBuilder_ == null) { + cellToColumnMappingBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMapping.Builder, org.apache.hadoop.hbase.spark.protobuf.generated.FilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder>( + cellToColumnMapping_, + ((bitField0_ & 0x00000004) == 0x00000004), + getParentForChildren(), + isClean()); + cellToColumnMapping_ = null; + } + return cellToColumnMappingBuilder_; + } + + // @@protoc_insertion_point(builder_scope:hbase.pb.SQLPredicatePushDownFilter) + } + + static { + defaultInstance = new SQLPredicatePushDownFilter(true); + defaultInstance.initFields(); + } + + // @@protoc_insertion_point(class_scope:hbase.pb.SQLPredicatePushDownFilter) + } + + private static com.google.protobuf.Descriptors.Descriptor + internal_static_hbase_pb_SQLPredicatePushDownCellToColumnMapping_descriptor; + private static + com.google.protobuf.GeneratedMessage.FieldAccessorTable + internal_static_hbase_pb_SQLPredicatePushDownCellToColumnMapping_fieldAccessorTable; + private static com.google.protobuf.Descriptors.Descriptor + internal_static_hbase_pb_SQLPredicatePushDownFilter_descriptor; + private static + com.google.protobuf.GeneratedMessage.FieldAccessorTable + internal_static_hbase_pb_SQLPredicatePushDownFilter_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\014Filter.proto\022\010hbase.pb\"h\n\'SQLPredicate" + + "PushDownCellToColumnMapping\022\025\n\rcolumn_fa" + + "mily\030\001 \002(\014\022\021\n\tqualifier\030\002 \002(\014\022\023\n\013column_" + + "name\030\003 \002(\t\"\261\001\n\032SQLPredicatePushDownFilte" + + "r\022 \n\030dynamic_logic_expression\030\001 \002(\t\022\036\n\026v" + + "alue_from_query_array\030\002 \003(\014\022Q\n\026cell_to_c" + + "olumn_mapping\030\003 \003(\01321.hbase.pb.SQLPredic" + + "atePushDownCellToColumnMappingBH\n0org.ap" + + "ache.hadoop.hbase.spark.protobuf.generat" + + "edB\014FilterProtosH\001\210\001\001\240\001\001" + }; + com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { + public com.google.protobuf.ExtensionRegistry assignDescriptors( + com.google.protobuf.Descriptors.FileDescriptor root) { + descriptor = root; + internal_static_hbase_pb_SQLPredicatePushDownCellToColumnMapping_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_hbase_pb_SQLPredicatePushDownCellToColumnMapping_fieldAccessorTable = new + com.google.protobuf.GeneratedMessage.FieldAccessorTable( + internal_static_hbase_pb_SQLPredicatePushDownCellToColumnMapping_descriptor, + new java.lang.String[] { "ColumnFamily", "Qualifier", "ColumnName", }); + internal_static_hbase_pb_SQLPredicatePushDownFilter_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_hbase_pb_SQLPredicatePushDownFilter_fieldAccessorTable = new + com.google.protobuf.GeneratedMessage.FieldAccessorTable( + internal_static_hbase_pb_SQLPredicatePushDownFilter_descriptor, + new java.lang.String[] { "DynamicLogicExpression", "ValueFromQueryArray", "CellToColumnMapping", }); + return null; + } + }; + com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + }, assigner); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/hbase-spark/src/main/protobuf/Filter.proto b/hbase-spark/src/main/protobuf/Filter.proto new file mode 100644 index 00000000000..e076ce8011f --- /dev/null +++ b/hbase-spark/src/main/protobuf/Filter.proto @@ -0,0 +1,38 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +// This file contains protocol buffers that are used for filters +package hbase.pb; + +option java_package = "org.apache.hadoop.hbase.spark.protobuf.generated"; +option java_outer_classname = "FilterProtos"; +option java_generic_services = true; +option java_generate_equals_and_hash = true; +option optimize_for = SPEED; + +message SQLPredicatePushDownCellToColumnMapping { + required bytes column_family = 1; + required bytes qualifier = 2; + required string column_name = 3; +} + +message SQLPredicatePushDownFilter { + required string dynamic_logic_expression = 1; + repeated bytes value_from_query_array = 2; + repeated SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; +} \ No newline at end of file diff --git a/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/ByteArrayComparable.scala b/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/ByteArrayComparable.scala new file mode 100644 index 00000000000..fce92fb8b91 --- /dev/null +++ b/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/ByteArrayComparable.scala @@ -0,0 +1,47 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.hadoop.hbase.spark + +import org.apache.hadoop.hbase.util.Bytes + +class ByteArrayComparable(val bytes:Array[Byte], val offset:Int = 0, var length:Int = -1) + extends Comparable[ByteArrayComparable] { + + if (length == -1) { + length = bytes.length + } + + override def compareTo(o: ByteArrayComparable): Int = { + Bytes.compareTo(bytes, offset, length, o.bytes, o.offset, o.length) + } + + override def hashCode(): Int = { + Bytes.hashCode(bytes, offset, length) + } + + override def equals (obj: Any): Boolean = { + obj match { + case b: ByteArrayComparable => + Bytes.equals(bytes, offset, length, b.bytes, b.offset, b.length) + case _ => + false + } + } +} diff --git a/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/DefaultSource.scala b/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/DefaultSource.scala index a180de2236f..23480bb9267 100644 --- a/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/DefaultSource.scala +++ b/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/DefaultSource.scala @@ -22,7 +22,8 @@ import java.util.concurrent.ConcurrentLinkedQueue import org.apache.hadoop.hbase.client.{ConnectionFactory, Get, Result, Scan} import org.apache.hadoop.hbase.types._ -import org.apache.hadoop.hbase.util.{SimplePositionedMutableByteRange, PositionedByteRange, Bytes} +import org.apache.hadoop.hbase.util.{SimplePositionedMutableByteRange, +PositionedByteRange, Bytes} import org.apache.hadoop.hbase.{TableName, HBaseConfiguration} import org.apache.spark.Logging import org.apache.spark.rdd.RDD @@ -44,7 +45,7 @@ import scala.collection.mutable * - Type conversions of basic SQL types. All conversions will be * Through the HBase Bytes object commands. */ -class DefaultSource extends RelationProvider { +class DefaultSource extends RelationProvider with Logging { val TABLE_KEY:String = "hbase.table" val SCHEMA_COLUMNS_MAPPING_KEY:String = "hbase.columns.mapping" @@ -52,6 +53,7 @@ class DefaultSource extends RelationProvider { val CACHING_NUM_KEY:String = "hbase.caching.num" val HBASE_CONFIG_RESOURCES_LOCATIONS:String = "hbase.config.resources" val USE_HBASE_CONTEXT:String = "hbase.use.hbase.context" + val PUSH_DOWN_COLUMN_FILTER:String = "hbase.push.down.column.filter" /** * Is given input from SparkSQL to construct a BaseRelation @@ -73,6 +75,7 @@ class DefaultSource extends RelationProvider { val cachingNumStr = parameters.getOrElse(CACHING_NUM_KEY, "1000") val hbaseConfigResources = parameters.getOrElse(HBASE_CONFIG_RESOURCES_LOCATIONS, "") val useHBaseReources = parameters.getOrElse(USE_HBASE_CONTEXT, "true") + val usePushDownColumnFilter = parameters.getOrElse(PUSH_DOWN_COLUMN_FILTER, "true") val batchingNum:Int = try { batchingNumStr.toInt @@ -95,7 +98,8 @@ class DefaultSource extends RelationProvider { batchingNum.toInt, cachingNum.toInt, hbaseConfigResources, - useHBaseReources.equalsIgnoreCase("true"))(sqlContext) + useHBaseReources.equalsIgnoreCase("true"), + usePushDownColumnFilter.equalsIgnoreCase("true"))(sqlContext) } /** @@ -161,7 +165,8 @@ class HBaseRelation (val tableName:String, val batchingNum:Int, val cachingNum:Int, val configResources:String, - val useHBaseContext:Boolean) ( + val useHBaseContext:Boolean, + val usePushDownColumnFilter:Boolean) ( @transient val sqlContext:SQLContext) extends BaseRelation with PrunedFilteredScan with Logging { @@ -217,151 +222,158 @@ class HBaseRelation (val tableName:String, */ override def buildScan(requiredColumns: Array[String], filters: Array[Filter]): RDD[Row] = { - val columnFilterCollection = buildColumnFilterCollection(filters) + val pushDownTuple = buildPushDownPredicatesResource(filters) + val pushDownRowKeyFilter = pushDownTuple._1 + var pushDownDynamicLogicExpression = pushDownTuple._2 + val valueArray = pushDownTuple._3 + + if (!usePushDownColumnFilter) { + pushDownDynamicLogicExpression = null + } + + logDebug("pushDownRowKeyFilter: " + pushDownRowKeyFilter.ranges) + if (pushDownDynamicLogicExpression != null) { + logDebug("pushDownDynamicLogicExpression: " + + pushDownDynamicLogicExpression.toExpressionString) + } + logDebug("valueArray: " + valueArray.length) + + val requiredQualifierDefinitionList = + new mutable.MutableList[SchemaQualifierDefinition] - val requiredQualifierDefinitionArray = new mutable.MutableList[SchemaQualifierDefinition] requiredColumns.foreach( c => { val definition = schemaMappingDefinition.get(c) - if (definition.columnFamilyBytes.length > 0) { - requiredQualifierDefinitionArray += definition - } + requiredQualifierDefinitionList += definition }) //Create a local variable so that scala doesn't have to // serialize the whole HBaseRelation Object val serializableDefinitionMap = schemaMappingDefinition - //retain the information for unit testing checks - DefaultSourceStaticUtils.populateLatestExecutionRules(columnFilterCollection, - requiredQualifierDefinitionArray) + DefaultSourceStaticUtils.populateLatestExecutionRules(pushDownRowKeyFilter, + pushDownDynamicLogicExpression) var resultRDD: RDD[Row] = null - if (columnFilterCollection != null) { - val pushDownFilterJava = - new SparkSQLPushDownFilter( - columnFilterCollection.generateFamilyQualifiterFilterMap(schemaMappingDefinition)) + val getList = new util.ArrayList[Get]() + val rddList = new util.ArrayList[RDD[Row]]() - val getList = new util.ArrayList[Get]() - val rddList = new util.ArrayList[RDD[Row]]() + //add points to getList + pushDownRowKeyFilter.points.foreach(p => { + val get = new Get(p) + requiredQualifierDefinitionList.foreach( d => { + if (d.columnFamilyBytes.length > 0) + get.addColumn(d.columnFamilyBytes, d.qualifierBytes) + }) + getList.add(get) + }) - val it = columnFilterCollection.columnFilterMap.iterator - while (it.hasNext) { - val e = it.next() - val columnDefinition = schemaMappingDefinition.get(e._1) - //check is a rowKey - if (columnDefinition != null && columnDefinition.columnFamily.isEmpty) { - //add points to getList - e._2.points.foreach(p => { - val get = new Get(p) - requiredQualifierDefinitionArray.foreach( d => - get.addColumn(d.columnFamilyBytes, d.qualifierBytes)) - getList.add(get) - }) + val rangeIt = pushDownRowKeyFilter.ranges.iterator - val rangeIt = e._2.ranges.iterator + while (rangeIt.hasNext) { + val r = rangeIt.next() - while (rangeIt.hasNext) { - val r = rangeIt.next() + val scan = new Scan() + scan.setBatch(batchingNum) + scan.setCaching(cachingNum) + requiredQualifierDefinitionList.foreach( d => + if (d.columnFamilyBytes.length > 0) + scan.addColumn(d.columnFamilyBytes, d.qualifierBytes)) - val scan = new Scan() - scan.setBatch(batchingNum) - scan.setCaching(cachingNum) - requiredQualifierDefinitionArray.foreach( d => - scan.addColumn(d.columnFamilyBytes, d.qualifierBytes)) + if (usePushDownColumnFilter && pushDownDynamicLogicExpression != null) { + val pushDownFilterJava = + new SparkSQLPushDownFilter(pushDownDynamicLogicExpression, + valueArray, requiredQualifierDefinitionList) - if (pushDownFilterJava.columnFamilyQualifierFilterMap.size() > 0) { - scan.setFilter(pushDownFilterJava) - } + scan.setFilter(pushDownFilterJava) + } - //Check if there is a lower bound - if (r.lowerBound != null && r.lowerBound.length > 0) { + //Check if there is a lower bound + if (r.lowerBound != null && r.lowerBound.length > 0) { - if (r.isLowerBoundEqualTo) { - //HBase startRow is inclusive: Therefore it acts like isLowerBoundEqualTo - // by default - scan.setStartRow(r.lowerBound) - } else { - //Since we don't equalTo we want the next value we need - // to add another byte to the start key. That new byte will be - // the min byte value. - val newArray = new Array[Byte](r.lowerBound.length + 1) - System.arraycopy(r.lowerBound, 0, newArray, 0, r.lowerBound.length) + if (r.isLowerBoundEqualTo) { + //HBase startRow is inclusive: Therefore it acts like isLowerBoundEqualTo + // by default + scan.setStartRow(r.lowerBound) + } else { + //Since we don't equalTo we want the next value we need + // to add another byte to the start key. That new byte will be + // the min byte value. + val newArray = new Array[Byte](r.lowerBound.length + 1) + System.arraycopy(r.lowerBound, 0, newArray, 0, r.lowerBound.length) - //new Min Byte - newArray(r.lowerBound.length) = Byte.MinValue - scan.setStartRow(newArray) - } - } - - //Check if there is a upperBound - if (r.upperBound != null && r.upperBound.length > 0) { - if (r.isUpperBoundEqualTo) { - //HBase stopRow is exclusive: therefore it DOESN'T ast like isUpperBoundEqualTo - // by default. So we need to add a new max byte to the stopRow key - val newArray = new Array[Byte](r.upperBound.length + 1) - System.arraycopy(r.upperBound, 0, newArray, 0, r.upperBound.length) - - //New Max Bytes - newArray(r.upperBound.length) = Byte.MaxValue - - scan.setStopRow(newArray) - } else { - //Here equalTo is false for Upper bound which is exclusive and - // HBase stopRow acts like that by default so no need to mutate the - // rowKey - scan.setStopRow(r.upperBound) - } - } - - val rdd = hbaseContext.hbaseRDD(TableName.valueOf(tableName), scan).map(r => { - Row.fromSeq(requiredColumns.map(c => - DefaultSourceStaticUtils.getValue(c, serializableDefinitionMap, r._2))) - }) - rddList.add(rdd) - } + //new Min Byte + newArray(r.lowerBound.length) = Byte.MinValue + scan.setStartRow(newArray) } } - //If there is more then one RDD then we have to union them together - for (i <- 0 until rddList.size()) { - if (resultRDD == null) resultRDD = rddList.get(i) - else resultRDD = resultRDD.union(rddList.get(i)) + //Check if there is a upperBound + if (r.upperBound != null && r.upperBound.length > 0) { + if (r.isUpperBoundEqualTo) { + //HBase stopRow is exclusive: therefore it DOESN'T ast like isUpperBoundEqualTo + // by default. So we need to add a new max byte to the stopRow key + val newArray = new Array[Byte](r.upperBound.length + 1) + System.arraycopy(r.upperBound, 0, newArray, 0, r.upperBound.length) + //New Max Bytes + newArray(r.upperBound.length) = Byte.MaxValue + scan.setStopRow(newArray) + } else { + //Here equalTo is false for Upper bound which is exclusive and + // HBase stopRow acts like that by default so no need to mutate the + // rowKey + scan.setStopRow(r.upperBound) + } } - //If there are gets then we can get them from the driver and union that rdd in - // with the rest of the values. - if (getList.size() > 0) { - val connection = ConnectionFactory.createConnection(hbaseContext.tmpHdfsConfiguration) + val rdd = hbaseContext.hbaseRDD(TableName.valueOf(tableName), scan).map(r => { + Row.fromSeq(requiredColumns.map(c => + DefaultSourceStaticUtils.getValue(c, serializableDefinitionMap, r._2))) + }) + rddList.add(rdd) + } + + //If there is more then one RDD then we have to union them together + for (i <- 0 until rddList.size()) { + if (resultRDD == null) resultRDD = rddList.get(i) + else resultRDD = resultRDD.union(rddList.get(i)) + + } + + //If there are gets then we can get them from the driver and union that rdd in + // with the rest of the values. + if (getList.size() > 0) { + val connection = + ConnectionFactory.createConnection(hbaseContext.tmpHdfsConfiguration) + try { + val table = connection.getTable(TableName.valueOf(tableName)) try { - val table = connection.getTable(TableName.valueOf(tableName)) - try { - val results = table.get(getList) - val rowList = mutable.MutableList[Row]() - for (i <- 0 until results.length) { - val rowArray = requiredColumns.map(c => - DefaultSourceStaticUtils.getValue(c, schemaMappingDefinition, results(i))) - rowList += Row.fromSeq(rowArray) - } - val getRDD = sqlContext.sparkContext.parallelize(rowList) - if (resultRDD == null) resultRDD = getRDD - else { - resultRDD = resultRDD.union(getRDD) - } - } finally { - table.close() + val results = table.get(getList) + val rowList = mutable.MutableList[Row]() + for (i <- 0 until results.length) { + val rowArray = requiredColumns.map(c => + DefaultSourceStaticUtils.getValue(c, schemaMappingDefinition, results(i))) + rowList += Row.fromSeq(rowArray) + } + val getRDD = sqlContext.sparkContext.parallelize(rowList) + if (resultRDD == null) resultRDD = getRDD + else { + resultRDD = resultRDD.union(getRDD) } } finally { - connection.close() + table.close() } + } finally { + connection.close() } } + if (resultRDD == null) { val scan = new Scan() scan.setBatch(batchingNum) scan.setCaching(cachingNum) - requiredQualifierDefinitionArray.foreach( d => + requiredQualifierDefinitionList.foreach( d => scan.addColumn(d.columnFamilyBytes, d.qualifierBytes)) val rdd = hbaseContext.hbaseRDD(TableName.valueOf(tableName), scan).map(r => { @@ -373,79 +385,135 @@ class HBaseRelation (val tableName:String, resultRDD } - /** - * Root recursive function that will loop over the filters provided by - * SparkSQL. Some filters are AND or OR functions and contain additional filters - * hence the need for recursion. - * - * @param filters Filters provided by SparkSQL. - * Filters are joined with the AND operater - * @return A ColumnFilterCollection whish is a consolidated construct to - * hold the high level filter information - */ - def buildColumnFilterCollection(filters: Array[Filter]): ColumnFilterCollection = { - var superCollection: ColumnFilterCollection = null + def buildPushDownPredicatesResource(filters: Array[Filter]): + (RowKeyFilter, DynamicLogicExpression, Array[Array[Byte]]) = { + var superRowKeyFilter:RowKeyFilter = null + val queryValueList = new mutable.MutableList[Array[Byte]] + var superDynamicLogicExpression: DynamicLogicExpression = null filters.foreach( f => { - val parentCollection = new ColumnFilterCollection - buildColumnFilterCollection(parentCollection, f) - if (superCollection == null) - superCollection = parentCollection - else - superCollection.mergeIntersect(parentCollection) + val rowKeyFilter = new RowKeyFilter() + val logicExpression = transverseFilterTree(rowKeyFilter, queryValueList, f) + if (superDynamicLogicExpression == null) { + superDynamicLogicExpression = logicExpression + superRowKeyFilter = rowKeyFilter + } else { + superDynamicLogicExpression = + new AndLogicExpression(superDynamicLogicExpression, logicExpression) + superRowKeyFilter.mergeIntersect(rowKeyFilter) + } + }) - superCollection + + val queryValueArray = queryValueList.toArray + + if (superRowKeyFilter == null) { + superRowKeyFilter = new RowKeyFilter + } + + (superRowKeyFilter, superDynamicLogicExpression, queryValueArray) } - /** - * Recursive function that will work to convert Spark Filter - * objects to ColumnFilterCollection - * - * @param parentFilterCollection Parent ColumnFilterCollection - * @param filter Current given filter from SparkSQL - */ - def buildColumnFilterCollection(parentFilterCollection:ColumnFilterCollection, - filter:Filter): Unit = { + def transverseFilterTree(parentRowKeyFilter:RowKeyFilter, + valueArray:mutable.MutableList[Array[Byte]], + filter:Filter): DynamicLogicExpression = { filter match { case EqualTo(attr, value) => - parentFilterCollection.mergeUnion(attr, - new ColumnFilter(DefaultSourceStaticUtils.getByteValue(attr, - schemaMappingDefinition, value.toString))) - + val columnDefinition = schemaMappingDefinition.get(attr) + if (columnDefinition != null) { + if (columnDefinition.columnFamily.isEmpty) { + parentRowKeyFilter.mergeIntersect(new RowKeyFilter( + DefaultSourceStaticUtils.getByteValue(attr, + schemaMappingDefinition, value.toString), null)) + } + val byteValue = + DefaultSourceStaticUtils.getByteValue(attr, + schemaMappingDefinition, value.toString) + valueArray += byteValue + } + new EqualLogicExpression(attr, valueArray.length - 1, false) case LessThan(attr, value) => - parentFilterCollection.mergeUnion(attr, new ColumnFilter(null, - new ScanRange(DefaultSourceStaticUtils.getByteValue(attr, - schemaMappingDefinition, value.toString), false, - new Array[Byte](0), true))) - + val columnDefinition = schemaMappingDefinition.get(attr) + if (columnDefinition != null) { + if (columnDefinition.columnFamily.isEmpty) { + parentRowKeyFilter.mergeIntersect(new RowKeyFilter(null, + new ScanRange(DefaultSourceStaticUtils.getByteValue(attr, + schemaMappingDefinition, value.toString), false, + new Array[Byte](0), true))) + } + val byteValue = + DefaultSourceStaticUtils.getByteValue(attr, + schemaMappingDefinition, value.toString) + valueArray += byteValue + } + new LessThanLogicExpression(attr, valueArray.length - 1) case GreaterThan(attr, value) => - parentFilterCollection.mergeUnion(attr, new ColumnFilter(null, - new ScanRange(null, true, DefaultSourceStaticUtils.getByteValue(attr, - schemaMappingDefinition, value.toString), false))) - + val columnDefinition = schemaMappingDefinition.get(attr) + if (columnDefinition != null) { + if (columnDefinition.columnFamily.isEmpty) { + parentRowKeyFilter.mergeIntersect(new RowKeyFilter(null, + new ScanRange(null, true, DefaultSourceStaticUtils.getByteValue(attr, + schemaMappingDefinition, value.toString), false))) + } + val byteValue = + DefaultSourceStaticUtils.getByteValue(attr, + schemaMappingDefinition, value.toString) + valueArray += byteValue + } + new GreaterThanLogicExpression(attr, valueArray.length - 1) case LessThanOrEqual(attr, value) => - parentFilterCollection.mergeUnion(attr, new ColumnFilter(null, - new ScanRange(DefaultSourceStaticUtils.getByteValue(attr, - schemaMappingDefinition, value.toString), true, - new Array[Byte](0), true))) - + val columnDefinition = schemaMappingDefinition.get(attr) + if (columnDefinition != null) { + if (columnDefinition.columnFamily.isEmpty) { + parentRowKeyFilter.mergeIntersect(new RowKeyFilter(null, + new ScanRange(DefaultSourceStaticUtils.getByteValue(attr, + schemaMappingDefinition, value.toString), true, + new Array[Byte](0), true))) + } + val byteValue = + DefaultSourceStaticUtils.getByteValue(attr, + schemaMappingDefinition, value.toString) + valueArray += byteValue + } + new LessThanOrEqualLogicExpression(attr, valueArray.length - 1) case GreaterThanOrEqual(attr, value) => - parentFilterCollection.mergeUnion(attr, new ColumnFilter(null, - new ScanRange(null, true, DefaultSourceStaticUtils.getByteValue(attr, - schemaMappingDefinition, value.toString), true))) + val columnDefinition = schemaMappingDefinition.get(attr) + if (columnDefinition != null) { + if (columnDefinition.columnFamily.isEmpty) { + parentRowKeyFilter.mergeIntersect(new RowKeyFilter(null, + new ScanRange(null, true, DefaultSourceStaticUtils.getByteValue(attr, + schemaMappingDefinition, value.toString), true))) + } + val byteValue = + DefaultSourceStaticUtils.getByteValue(attr, + schemaMappingDefinition, value.toString) + valueArray += byteValue + } + new GreaterThanOrEqualLogicExpression(attr, valueArray.length - 1) case Or(left, right) => - buildColumnFilterCollection(parentFilterCollection, left) - val rightSideCollection = new ColumnFilterCollection - buildColumnFilterCollection(rightSideCollection, right) - parentFilterCollection.mergeUnion(rightSideCollection) + val leftExpression = transverseFilterTree(parentRowKeyFilter, valueArray, left) + val rightSideRowKeyFilter = new RowKeyFilter + val rightExpression = transverseFilterTree(rightSideRowKeyFilter, valueArray, right) + + parentRowKeyFilter.mergeUnion(rightSideRowKeyFilter) + + new OrLogicExpression(leftExpression, rightExpression) case And(left, right) => - buildColumnFilterCollection(parentFilterCollection, left) - val rightSideCollection = new ColumnFilterCollection - buildColumnFilterCollection(rightSideCollection, right) - parentFilterCollection.mergeIntersect(rightSideCollection) - case _ => //nothing + + val leftExpression = transverseFilterTree(parentRowKeyFilter, valueArray, left) + val rightSideRowKeyFilter = new RowKeyFilter + val rightExpression = transverseFilterTree(rightSideRowKeyFilter, valueArray, right) + parentRowKeyFilter.mergeIntersect(rightSideRowKeyFilter) + + new AndLogicExpression(leftExpression, rightExpression) + case IsNull(attr) => + new IsNullLogicExpression(attr, false) + case IsNotNull(attr) => + new IsNullLogicExpression(attr, true) + case _ => + new PassThroughLogicExpression } } } @@ -472,7 +540,7 @@ case class SchemaQualifierDefinition(columnName:String, else if (colType.equals("DOUBLE")) DoubleType else if (colType.equals("STRING")) StringType else if (colType.equals("TIMESTAMP")) TimestampType - else if (colType.equals("DECIMAL")) StringType //DataTypes.createDecimalType(precision, scale) + else if (colType.equals("DECIMAL")) StringType else throw new IllegalArgumentException("Unsupported column type :" + colType) } @@ -524,11 +592,11 @@ class ScanRange(var upperBound:Array[Byte], var isUpperBoundEqualTo:Boolean, isLowerBoundEqualTo = if (lowerBoundCompare == 0) isLowerBoundEqualTo || other.isLowerBoundEqualTo - else isLowerBoundEqualTo + else if (lowerBoundCompare < 0) isLowerBoundEqualTo else other.isLowerBoundEqualTo isUpperBoundEqualTo = if (upperBoundCompare == 0) isUpperBoundEqualTo || other.isUpperBoundEqualTo - else isUpperBoundEqualTo + else if (upperBoundCompare < 0) other.isUpperBoundEqualTo else isUpperBoundEqualTo } /** @@ -551,14 +619,15 @@ class ScanRange(var upperBound:Array[Byte], var isUpperBoundEqualTo:Boolean, * @param other Other scan object * @return True is overlap false is not overlap */ - def doesOverLap(other:ScanRange): Boolean = { + def getOverLapScanRange(other:ScanRange): ScanRange = { var leftRange:ScanRange = null var rightRange:ScanRange = null //First identify the Left range // Also lower bound can't be null - if (Bytes.compareTo(lowerBound, other.lowerBound) <=0) { + if (compareRange(lowerBound, other.lowerBound) < 0 || + compareRange(upperBound, other.upperBound) < 0) { leftRange = this rightRange = other } else { @@ -568,8 +637,12 @@ class ScanRange(var upperBound:Array[Byte], var isUpperBoundEqualTo:Boolean, //Then see if leftRange goes to null or if leftRange.upperBound // upper is greater or equals to rightRange.lowerBound - leftRange.upperBound == null || - Bytes.compareTo(leftRange.upperBound, rightRange.lowerBound) >= 0 + if (leftRange.upperBound == null || + Bytes.compareTo(leftRange.upperBound, rightRange.lowerBound) >= 0) { + new ScanRange(leftRange.upperBound, leftRange.isUpperBoundEqualTo, rightRange.lowerBound, rightRange.isLowerBoundEqualTo) + } else { + null + } } /** @@ -586,9 +659,25 @@ class ScanRange(var upperBound:Array[Byte], var isUpperBoundEqualTo:Boolean, else if (left != null && right == null) -1 else Bytes.compareTo(left, right) } + + /** + * + * @return + */ + def containsPoint(point:Array[Byte]): Boolean = { + val lowerCompare = compareRange(point, lowerBound) + val upperCompare = compareRange(point, upperBound) + + ((isLowerBoundEqualTo && lowerCompare >= 0) || + (!isLowerBoundEqualTo && lowerCompare > 0)) && + ((isUpperBoundEqualTo && upperCompare <= 0) || + (!isUpperBoundEqualTo && upperCompare < 0)) + + } override def toString:String = { - "ScanRange:(" + Bytes.toString(upperBound) + "," + isUpperBoundEqualTo + "," + - Bytes.toString(lowerBound) + "," + isLowerBoundEqualTo + ")" + "ScanRange:(upperBound:" + Bytes.toString(upperBound) + + ",isUpperBoundEqualTo:" + isUpperBoundEqualTo + ",lowerBound:" + + Bytes.toString(lowerBound) + ",isLowerBoundEqualTo:" + isLowerBoundEqualTo + ")" } } @@ -663,7 +752,7 @@ class ColumnFilter (currentPoint:Array[Byte] = null, other.ranges.foreach( otherR => { var doesOverLap = false ranges.foreach{ r => - if (r.doesOverLap(otherR)) { + if (r.getOverLapScanRange(otherR) != null) { r.mergeUnion(otherR) doesOverLap = true }} @@ -692,7 +781,7 @@ class ColumnFilter (currentPoint:Array[Byte] = null, other.ranges.foreach( otherR => { ranges.foreach( r => { - if (r.doesOverLap(otherR)) { + if (r.getOverLapScanRange(otherR) != null) { r.mergeIntersect(otherR) survivingRanges += r } @@ -842,7 +931,8 @@ object DefaultSourceStaticUtils { getFreshByteRange(bytes, 0, bytes.length) } - def getFreshByteRange(bytes:Array[Byte], offset:Int = 0, length:Int): PositionedByteRange = { + def getFreshByteRange(bytes:Array[Byte], offset:Int = 0, length:Int): + PositionedByteRange = { byteRange.get().set(bytes).setLength(length).setOffset(offset) } @@ -856,14 +946,13 @@ object DefaultSourceStaticUtils { * This method is to populate the lastFiveExecutionRules for unit test perposes * This method is not thread safe. * - * @param columnFilterCollection The filters in the last job - * @param requiredQualifierDefinitionArray The required columns in the last job + * @param rowKeyFilter The rowKey Filter logic used in the last query + * @param dynamicLogicExpression The dynamicLogicExpression used in the last query */ - def populateLatestExecutionRules(columnFilterCollection: ColumnFilterCollection, - requiredQualifierDefinitionArray: - mutable.MutableList[SchemaQualifierDefinition]):Unit = { + def populateLatestExecutionRules(rowKeyFilter: RowKeyFilter, + dynamicLogicExpression: DynamicLogicExpression):Unit = { lastFiveExecutionRules.add(new ExecutionRuleForUnitTesting( - columnFilterCollection, requiredQualifierDefinitionArray)) + rowKeyFilter, dynamicLogicExpression)) while (lastFiveExecutionRules.size() > 5) { lastFiveExecutionRules.poll() } @@ -977,6 +1066,162 @@ object DefaultSourceStaticUtils { } } -class ExecutionRuleForUnitTesting(val columnFilterCollection: ColumnFilterCollection, - val requiredQualifierDefinitionArray: - mutable.MutableList[SchemaQualifierDefinition]) +/** + * Contains information related to a filters for a given column. + * This can contain many ranges or points. + * + * @param currentPoint the initial point when the filter is created + * @param currentRange the initial scanRange when the filter is created + */ +class RowKeyFilter (currentPoint:Array[Byte] = null, + currentRange:ScanRange = + new ScanRange(null, true, new Array[Byte](0), true), + var points:mutable.MutableList[Array[Byte]] = + new mutable.MutableList[Array[Byte]](), + var ranges:mutable.MutableList[ScanRange] = + new mutable.MutableList[ScanRange]() ) extends Serializable { + //Collection of ranges + if (currentRange != null ) ranges.+=(currentRange) + + //Collection of points + if (currentPoint != null) points.+=(currentPoint) + + /** + * This will validate a give value through the filter's points and/or ranges + * the result will be if the value passed the filter + * + * @param value Value to be validated + * @param valueOffSet The offset of the value + * @param valueLength The length of the value + * @return True is the value passes the filter false if not + */ + def validate(value:Array[Byte], valueOffSet:Int, valueLength:Int):Boolean = { + var result = false + + points.foreach( p => { + if (Bytes.equals(p, 0, p.length, value, valueOffSet, valueLength)) { + result = true + } + }) + + ranges.foreach( r => { + val upperBoundPass = r.upperBound == null || + (r.isUpperBoundEqualTo && + Bytes.compareTo(r.upperBound, 0, r.upperBound.length, + value, valueOffSet, valueLength) >= 0) || + (!r.isUpperBoundEqualTo && + Bytes.compareTo(r.upperBound, 0, r.upperBound.length, + value, valueOffSet, valueLength) > 0) + + val lowerBoundPass = r.lowerBound == null || r.lowerBound.length == 0 + (r.isLowerBoundEqualTo && + Bytes.compareTo(r.lowerBound, 0, r.lowerBound.length, + value, valueOffSet, valueLength) <= 0) || + (!r.isLowerBoundEqualTo && + Bytes.compareTo(r.lowerBound, 0, r.lowerBound.length, + value, valueOffSet, valueLength) < 0) + + result = result || (upperBoundPass && lowerBoundPass) + }) + result + } + + /** + * This will allow us to merge filter logic that is joined to the existing filter + * through a OR operator + * + * @param other Filter to merge + */ + def mergeUnion(other:RowKeyFilter): Unit = { + other.points.foreach( p => points += p) + + other.ranges.foreach( otherR => { + var doesOverLap = false + ranges.foreach{ r => + if (r.getOverLapScanRange(otherR) != null) { + r.mergeUnion(otherR) + doesOverLap = true + }} + if (!doesOverLap) ranges.+=(otherR) + }) + } + + /** + * This will allow us to merge filter logic that is joined to the existing filter + * through a AND operator + * + * @param other Filter to merge + */ + def mergeIntersect(other:RowKeyFilter): Unit = { + val survivingPoints = new mutable.MutableList[Array[Byte]]() + val didntSurviveFirstPassPoints = new mutable.MutableList[Array[Byte]]() + if (points == null || points.length == 0) { + other.points.foreach( otherP => { + didntSurviveFirstPassPoints += otherP + }) + } else { + points.foreach(p => { + if (other.points.length == 0) { + didntSurviveFirstPassPoints += p + } else { + other.points.foreach(otherP => { + if (Bytes.equals(p, otherP)) { + survivingPoints += p + } else { + didntSurviveFirstPassPoints += p + } + }) + } + }) + } + + val survivingRanges = new mutable.MutableList[ScanRange]() + + if (ranges.length == 0) { + didntSurviveFirstPassPoints.foreach(p => { + survivingPoints += p + }) + } else { + ranges.foreach(r => { + other.ranges.foreach(otherR => { + val overLapScanRange = r.getOverLapScanRange(otherR) + if (overLapScanRange != null) { + survivingRanges += overLapScanRange + } + }) + didntSurviveFirstPassPoints.foreach(p => { + if (r.containsPoint(p)) { + survivingPoints += p + } + }) + }) + } + points = survivingPoints + ranges = survivingRanges + } + + override def toString:String = { + val strBuilder = new StringBuilder + strBuilder.append("(points:(") + var isFirst = true + points.foreach( p => { + if (isFirst) isFirst = false + else strBuilder.append(",") + strBuilder.append(Bytes.toString(p)) + }) + strBuilder.append("),ranges:") + isFirst = true + ranges.foreach( r => { + if (isFirst) isFirst = false + else strBuilder.append(",") + strBuilder.append(r) + }) + strBuilder.append("))") + strBuilder.toString() + } +} + + + +class ExecutionRuleForUnitTesting(val rowKeyFilter: RowKeyFilter, + val dynamicLogicExpression: DynamicLogicExpression) diff --git a/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/DynamicLogicExpression.scala b/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/DynamicLogicExpression.scala new file mode 100644 index 00000000000..fa618604cc4 --- /dev/null +++ b/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/DynamicLogicExpression.scala @@ -0,0 +1,254 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.hadoop.hbase.spark + +import java.util + +import org.apache.hadoop.hbase.util.Bytes + +/** + * Dynamic logic for SQL push down logic there is an instance for most + * common operations and a pass through for other operations not covered here + * + * Logic can be nested with And or Or operators. + * + * A logic tree can be written out as a string and reconstructed from that string + * + */ +trait DynamicLogicExpression { + def execute(columnToCurrentRowValueMap: util.HashMap[String, ByteArrayComparable], + valueFromQueryValueArray:Array[Array[Byte]]): Boolean + def toExpressionString: String = { + val strBuilder = new StringBuilder + appendToExpression(strBuilder) + strBuilder.toString() + } + def appendToExpression(strBuilder:StringBuilder) +} + +class AndLogicExpression (val leftExpression:DynamicLogicExpression, + val rightExpression:DynamicLogicExpression) + extends DynamicLogicExpression{ + override def execute(columnToCurrentRowValueMap: + util.HashMap[String, ByteArrayComparable], + valueFromQueryValueArray:Array[Array[Byte]]): Boolean = { + leftExpression.execute(columnToCurrentRowValueMap, valueFromQueryValueArray) && + rightExpression.execute(columnToCurrentRowValueMap, valueFromQueryValueArray) + } + + override def appendToExpression(strBuilder: StringBuilder): Unit = { + strBuilder.append("( ") + strBuilder.append(leftExpression.toExpressionString) + strBuilder.append(" AND ") + strBuilder.append(rightExpression.toExpressionString) + strBuilder.append(" )") + } +} + +class OrLogicExpression (val leftExpression:DynamicLogicExpression, + val rightExpression:DynamicLogicExpression) + extends DynamicLogicExpression{ + override def execute(columnToCurrentRowValueMap: + util.HashMap[String, ByteArrayComparable], + valueFromQueryValueArray:Array[Array[Byte]]): Boolean = { + leftExpression.execute(columnToCurrentRowValueMap, valueFromQueryValueArray) || + rightExpression.execute(columnToCurrentRowValueMap, valueFromQueryValueArray) + } + override def appendToExpression(strBuilder: StringBuilder): Unit = { + strBuilder.append("( ") + strBuilder.append(leftExpression.toExpressionString) + strBuilder.append(" OR ") + strBuilder.append(rightExpression.toExpressionString) + strBuilder.append(" )") + } +} + +class EqualLogicExpression (val columnName:String, + val valueFromQueryIndex:Int, + val isNot:Boolean) extends DynamicLogicExpression{ + override def execute(columnToCurrentRowValueMap: + util.HashMap[String, ByteArrayComparable], + valueFromQueryValueArray:Array[Array[Byte]]): Boolean = { + val currentRowValue = columnToCurrentRowValueMap.get(columnName) + val valueFromQuery = valueFromQueryValueArray(valueFromQueryIndex) + + currentRowValue != null && + Bytes.equals(valueFromQuery, + 0, valueFromQuery.length, currentRowValue.bytes, + currentRowValue.offset, currentRowValue.length) != isNot + } + override def appendToExpression(strBuilder: StringBuilder): Unit = { + val command = if (isNot) "!=" else "==" + strBuilder.append(columnName + " " + command + " " + valueFromQueryIndex) + } +} + +class IsNullLogicExpression (val columnName:String, + val isNot:Boolean) extends DynamicLogicExpression{ + override def execute(columnToCurrentRowValueMap: + util.HashMap[String, ByteArrayComparable], + valueFromQueryValueArray:Array[Array[Byte]]): Boolean = { + val currentRowValue = columnToCurrentRowValueMap.get(columnName) + + (currentRowValue == null) != isNot + } + override def appendToExpression(strBuilder: StringBuilder): Unit = { + val command = if (isNot) "isNotNull" else "isNull" + strBuilder.append(columnName + " " + command) + } +} + +class GreaterThanLogicExpression (val columnName:String, + val valueFromQueryIndex:Int) + extends DynamicLogicExpression{ + override def execute(columnToCurrentRowValueMap: + util.HashMap[String, ByteArrayComparable], + valueFromQueryValueArray:Array[Array[Byte]]): Boolean = { + val currentRowValue = columnToCurrentRowValueMap.get(columnName) + val valueFromQuery = valueFromQueryValueArray(valueFromQueryIndex) + + currentRowValue != null && + Bytes.compareTo(currentRowValue.bytes, + currentRowValue.offset, currentRowValue.length, valueFromQuery, + 0, valueFromQuery.length) > 0 + } + override def appendToExpression(strBuilder: StringBuilder): Unit = { + strBuilder.append(columnName + " > " + valueFromQueryIndex) + } +} + +class GreaterThanOrEqualLogicExpression (val columnName:String, + val valueFromQueryIndex:Int) + extends DynamicLogicExpression{ + override def execute(columnToCurrentRowValueMap: + util.HashMap[String, ByteArrayComparable], + valueFromQueryValueArray:Array[Array[Byte]]): Boolean = { + val currentRowValue = columnToCurrentRowValueMap.get(columnName) + val valueFromQuery = valueFromQueryValueArray(valueFromQueryIndex) + + currentRowValue != null && + Bytes.compareTo(currentRowValue.bytes, + currentRowValue.offset, currentRowValue.length, valueFromQuery, + 0, valueFromQuery.length) >= 0 + } + override def appendToExpression(strBuilder: StringBuilder): Unit = { + strBuilder.append(columnName + " >= " + valueFromQueryIndex) + } +} + +class LessThanLogicExpression (val columnName:String, + val valueFromQueryIndex:Int) + extends DynamicLogicExpression{ + override def execute(columnToCurrentRowValueMap: + util.HashMap[String, ByteArrayComparable], + valueFromQueryValueArray:Array[Array[Byte]]): Boolean = { + val currentRowValue = columnToCurrentRowValueMap.get(columnName) + val valueFromQuery = valueFromQueryValueArray(valueFromQueryIndex) + + currentRowValue != null && + Bytes.compareTo(currentRowValue.bytes, + currentRowValue.offset, currentRowValue.length, valueFromQuery, + 0, valueFromQuery.length) < 0 + } + + override def appendToExpression(strBuilder: StringBuilder): Unit = { + strBuilder.append(columnName + " < " + valueFromQueryIndex) + } +} + +class LessThanOrEqualLogicExpression (val columnName:String, + val valueFromQueryIndex:Int) + extends DynamicLogicExpression{ + override def execute(columnToCurrentRowValueMap: + util.HashMap[String, ByteArrayComparable], + valueFromQueryValueArray:Array[Array[Byte]]): Boolean = { + val currentRowValue = columnToCurrentRowValueMap.get(columnName) + val valueFromQuery = valueFromQueryValueArray(valueFromQueryIndex) + + currentRowValue != null && + Bytes.compareTo(currentRowValue.bytes, + currentRowValue.offset, currentRowValue.length, valueFromQuery, + 0, valueFromQuery.length) <= 0 + } + + override def appendToExpression(strBuilder: StringBuilder): Unit = { + strBuilder.append(columnName + " <= " + valueFromQueryIndex) + } +} + +class PassThroughLogicExpression() extends DynamicLogicExpression { + override def execute(columnToCurrentRowValueMap: + util.HashMap[String, ByteArrayComparable], + valueFromQueryValueArray: Array[Array[Byte]]): Boolean = true + + override def appendToExpression(strBuilder: StringBuilder): Unit = { + strBuilder.append("Pass") + } +} + +object DynamicLogicExpressionBuilder { + def build(expressionString:String): DynamicLogicExpression = { + + val expressionAndOffset = build(expressionString.split(' '), 0) + expressionAndOffset._1 + } + + private def build(expressionArray:Array[String], + offSet:Int): (DynamicLogicExpression, Int) = { + if (expressionArray(offSet).equals("(")) { + val left = build(expressionArray, offSet + 1) + val right = build(expressionArray, left._2 + 1) + if (expressionArray(left._2).equals("AND")) { + (new AndLogicExpression(left._1, right._1), right._2 + 1) + } else if (expressionArray(left._2).equals("OR")) { + (new OrLogicExpression(left._1, right._1), right._2 + 1) + } else { + throw new Throwable("Unknown gate:" + expressionArray(left._2)) + } + } else { + val command = expressionArray(offSet + 1) + if (command.equals("<")) { + (new LessThanLogicExpression(expressionArray(offSet), + expressionArray(offSet + 2).toInt), offSet + 3) + } else if (command.equals("<=")) { + (new LessThanOrEqualLogicExpression(expressionArray(offSet), + expressionArray(offSet + 2).toInt), offSet + 3) + } else if (command.equals(">")) { + (new GreaterThanLogicExpression(expressionArray(offSet), + expressionArray(offSet + 2).toInt), offSet + 3) + } else if (command.equals(">=")) { + (new GreaterThanOrEqualLogicExpression(expressionArray(offSet), + expressionArray(offSet + 2).toInt), offSet + 3) + } else if (command.equals("==")) { + (new EqualLogicExpression(expressionArray(offSet), + expressionArray(offSet + 2).toInt, false), offSet + 3) + } else if (command.equals("!=")) { + (new EqualLogicExpression(expressionArray(offSet), + expressionArray(offSet + 2).toInt, true), offSet + 3) + } else if (command.equals("isNull")) { + (new IsNullLogicExpression(expressionArray(offSet), false), offSet + 2) + } else if (command.equals("isNotNull")) { + (new IsNullLogicExpression(expressionArray(offSet), true), offSet + 2) + } else if (command.equals("Pass")) { + (new PassThroughLogicExpression, offSet + 2) + } else { + throw new Throwable("Unknown logic command:" + command) + } + } + } +} \ No newline at end of file diff --git a/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/DefaultSourceSuite.scala b/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/DefaultSourceSuite.scala index fb475b0fab0..2cee3a821c5 100644 --- a/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/DefaultSourceSuite.scala +++ b/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/DefaultSourceSuite.scala @@ -29,7 +29,8 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { @transient var sc: SparkContext = null var TEST_UTIL: HBaseTestingUtility = new HBaseTestingUtility - val tableName = "t1" + val t1TableName = "t1" + val t2TableName = "t2" val columnFamily = "c" var sqlContext:SQLContext = null @@ -41,50 +42,94 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { logInfo(" - minicluster started") try - TEST_UTIL.deleteTable(TableName.valueOf(tableName)) + TEST_UTIL.deleteTable(TableName.valueOf(t1TableName)) catch { - case e: Exception => logInfo(" - no table " + tableName + " found") - + case e: Exception => logInfo(" - no table " + t1TableName + " found") } - logInfo(" - creating table " + tableName) - TEST_UTIL.createTable(TableName.valueOf(tableName), Bytes.toBytes(columnFamily)) + try + TEST_UTIL.deleteTable(TableName.valueOf(t2TableName)) + catch { + case e: Exception => logInfo(" - no table " + t2TableName + " found") + } + logInfo(" - creating table " + t1TableName) + TEST_UTIL.createTable(TableName.valueOf(t1TableName), Bytes.toBytes(columnFamily)) + logInfo(" - created table") + logInfo(" - creating table " + t2TableName) + TEST_UTIL.createTable(TableName.valueOf(t2TableName), Bytes.toBytes(columnFamily)) logInfo(" - created table") sc = new SparkContext("local", "test") val connection = ConnectionFactory.createConnection(TEST_UTIL.getConfiguration) - val table = connection.getTable(TableName.valueOf("t1")) - try { - var put = new Put(Bytes.toBytes("get1")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo1")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("1")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(1)) - table.put(put) - put = new Put(Bytes.toBytes("get2")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo2")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("4")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(4)) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("z"), Bytes.toBytes("FOO")) - table.put(put) - put = new Put(Bytes.toBytes("get3")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo3")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("8")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(8)) - table.put(put) - put = new Put(Bytes.toBytes("get4")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo4")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("10")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(10)) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("z"), Bytes.toBytes("BAR")) - table.put(put) - put = new Put(Bytes.toBytes("get5")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo5")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("8")) - put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(8)) - table.put(put) + val t1Table = connection.getTable(TableName.valueOf("t1")) + + try { + var put = new Put(Bytes.toBytes("get1")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo1")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("1")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(1)) + t1Table.put(put) + put = new Put(Bytes.toBytes("get2")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo2")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("4")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(4)) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("z"), Bytes.toBytes("FOO")) + t1Table.put(put) + put = new Put(Bytes.toBytes("get3")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo3")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("8")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(8)) + t1Table.put(put) + put = new Put(Bytes.toBytes("get4")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo4")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("10")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(10)) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("z"), Bytes.toBytes("BAR")) + t1Table.put(put) + put = new Put(Bytes.toBytes("get5")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo5")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("8")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(8)) + t1Table.put(put) + } finally { + t1Table.close() + } + + val t2Table = connection.getTable(TableName.valueOf("t2")) + + try { + var put = new Put(Bytes.toBytes(1)) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo1")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("1")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(1)) + t2Table.put(put) + put = new Put(Bytes.toBytes(2)) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo2")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("4")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(4)) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("z"), Bytes.toBytes("FOO")) + t2Table.put(put) + put = new Put(Bytes.toBytes(3)) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo3")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("8")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(8)) + t2Table.put(put) + put = new Put(Bytes.toBytes(4)) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo4")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("10")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(10)) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("z"), Bytes.toBytes("BAR")) + t2Table.put(put) + put = new Put(Bytes.toBytes(5)) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("a"), Bytes.toBytes("foo5")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("b"), Bytes.toBytes("8")) + put.addColumn(Bytes.toBytes(columnFamily), Bytes.toBytes("i"), Bytes.toBytes(8)) + t2Table.put(put) + } finally { + t2Table.close() + } } finally { - table.close() connection.close() } @@ -98,23 +143,36 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { "hbase.batching.num" -> "100", "cachingNum" -> "100")) - df.registerTempTable("hbaseTmp") + df.registerTempTable("hbaseTable1") + + df = sqlContext.load("org.apache.hadoop.hbase.spark", + Map("hbase.columns.mapping" -> + "KEY_FIELD INT :key, A_FIELD STRING c:a, B_FIELD STRING c:b,", + "hbase.table" -> "t2", + "hbase.batching.num" -> "100", + "cachingNum" -> "100")) + + df.registerTempTable("hbaseTable2") } override def afterAll() { - TEST_UTIL.deleteTable(TableName.valueOf(tableName)) + TEST_UTIL.deleteTable(TableName.valueOf(t1TableName)) logInfo("shuting down minicluster") TEST_UTIL.shutdownMiniCluster() sc.stop() } + override def beforeEach(): Unit = { + DefaultSourceStaticUtils.lastFiveExecutionRules.clear() + } + /** * A example of query three fields and also only using rowkey points for the filter */ test("Test rowKey point only rowKey query") { - val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTmp " + + val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTable1 " + "WHERE " + "(KEY_FIELD = 'get1' or KEY_FIELD = 'get2' or KEY_FIELD = 'get3')").take(10) @@ -122,23 +180,18 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { assert(results.length == 3) - assert(executionRules.columnFilterCollection.columnFilterMap.size == 1) - val keyFieldFilter = - executionRules.columnFilterCollection.columnFilterMap.get("KEY_FIELD").get - assert(keyFieldFilter.ranges.length == 0) - assert(keyFieldFilter.points.length == 3) - assert(Bytes.toString(keyFieldFilter.points.head).equals("get1")) - assert(Bytes.toString(keyFieldFilter.points(1)).equals("get2")) - assert(Bytes.toString(keyFieldFilter.points(2)).equals("get3")) + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( ( KEY_FIELD == 0 OR KEY_FIELD == 1 ) OR KEY_FIELD == 2 )")) - assert(executionRules.requiredQualifierDefinitionArray.length == 2) + assert(executionRules.rowKeyFilter.points.size == 3) + assert(executionRules.rowKeyFilter.ranges.size == 0) } /** * A example of query three fields and also only using cell points for the filter */ test("Test cell point only rowKey query") { - val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTmp " + + val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTable1 " + "WHERE " + "(B_FIELD = '4' or B_FIELD = '10' or A_FIELD = 'foo1')").take(10) @@ -146,17 +199,8 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { assert(results.length == 3) - assert(executionRules.columnFilterCollection.columnFilterMap.size == 2) - val bFieldFilter = - executionRules.columnFilterCollection.columnFilterMap.get("B_FIELD").get - assert(bFieldFilter.ranges.length == 0) - assert(bFieldFilter.points.length == 2) - val aFieldFilter = - executionRules.columnFilterCollection.columnFilterMap.get("A_FIELD").get - assert(aFieldFilter.ranges.length == 0) - assert(aFieldFilter.points.length == 1) - - assert(executionRules.requiredQualifierDefinitionArray.length == 2) + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( ( B_FIELD == 0 OR B_FIELD == 1 ) OR A_FIELD == 2 )")) } /** @@ -164,7 +208,7 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { * Also an example of less then and greater then */ test("Test two range rowKey query") { - val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTmp " + + val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTable1 " + "WHERE " + "( KEY_FIELD < 'get2' or KEY_FIELD > 'get3')").take(10) @@ -172,13 +216,88 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { assert(results.length == 3) - assert(executionRules.columnFilterCollection.columnFilterMap.size == 1) - val keyFieldFilter = - executionRules.columnFilterCollection.columnFilterMap.get("KEY_FIELD").get - assert(keyFieldFilter.ranges.length == 2) - assert(keyFieldFilter.points.length == 0) + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( KEY_FIELD < 0 OR KEY_FIELD > 1 )")) - assert(executionRules.requiredQualifierDefinitionArray.length == 2) + assert(executionRules.rowKeyFilter.points.size == 0) + assert(executionRules.rowKeyFilter.ranges.size == 2) + + val scanRange1 = executionRules.rowKeyFilter.ranges.get(0).get + assert(Bytes.equals(scanRange1.lowerBound,Bytes.toBytes(""))) + assert(Bytes.equals(scanRange1.upperBound,Bytes.toBytes("get2"))) + assert(scanRange1.isLowerBoundEqualTo) + assert(!scanRange1.isUpperBoundEqualTo) + + val scanRange2 = executionRules.rowKeyFilter.ranges.get(1).get + assert(Bytes.equals(scanRange2.lowerBound,Bytes.toBytes("get3"))) + assert(scanRange2.upperBound == null) + assert(!scanRange2.isLowerBoundEqualTo) + assert(scanRange2.isUpperBoundEqualTo) + } + + /** + * A example of a OR merge between to ranges the result is one range + * Also an example of less then and greater then + * + * This example makes sure the code works for a int rowKey + */ + test("Test two range rowKey query where the rowKey is Int and there is a range over lap") { + val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTable2 " + + "WHERE " + + "( KEY_FIELD < 4 or KEY_FIELD > 2)").take(10) + + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + + + + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( KEY_FIELD < 0 OR KEY_FIELD > 1 )")) + + assert(executionRules.rowKeyFilter.points.size == 0) + assert(executionRules.rowKeyFilter.ranges.size == 1) + + val scanRange1 = executionRules.rowKeyFilter.ranges.get(0).get + assert(Bytes.equals(scanRange1.lowerBound,Bytes.toBytes(""))) + assert(scanRange1.upperBound == null) + assert(scanRange1.isLowerBoundEqualTo) + assert(scanRange1.isUpperBoundEqualTo) + + assert(results.length == 5) + } + + /** + * A example of a OR merge between to ranges the result is two ranges + * Also an example of less then and greater then + * + * This example makes sure the code works for a int rowKey + */ + test("Test two range rowKey query where the rowKey is Int and the ranges don't over lap") { + val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTable2 " + + "WHERE " + + "( KEY_FIELD < 2 or KEY_FIELD > 4)").take(10) + + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( KEY_FIELD < 0 OR KEY_FIELD > 1 )")) + + assert(executionRules.rowKeyFilter.points.size == 0) + + assert(executionRules.rowKeyFilter.ranges.size == 2) + + val scanRange1 = executionRules.rowKeyFilter.ranges.get(0).get + assert(Bytes.equals(scanRange1.lowerBound,Bytes.toBytes(""))) + assert(Bytes.equals(scanRange1.upperBound, Bytes.toBytes(2))) + assert(scanRange1.isLowerBoundEqualTo) + assert(!scanRange1.isUpperBoundEqualTo) + + val scanRange2 = executionRules.rowKeyFilter.ranges.get(1).get + assert(Bytes.equals(scanRange2.lowerBound, Bytes.toBytes(4))) + assert(scanRange2.upperBound == null) + assert(!scanRange2.isLowerBoundEqualTo) + assert(scanRange2.isUpperBoundEqualTo) + + assert(results.length == 2) } /** @@ -186,7 +305,7 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { * Also an example of less then and equal to and greater then and equal to */ test("Test one combined range rowKey query") { - val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTmp " + + val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTable1 " + "WHERE " + "(KEY_FIELD <= 'get3' and KEY_FIELD >= 'get2')").take(10) @@ -194,13 +313,18 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { assert(results.length == 2) - assert(executionRules.columnFilterCollection.columnFilterMap.size == 1) - val keyFieldFilter = - executionRules.columnFilterCollection.columnFilterMap.get("KEY_FIELD").get - assert(keyFieldFilter.ranges.length == 1) - assert(keyFieldFilter.points.length == 0) + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( KEY_FIELD <= 0 AND KEY_FIELD >= 1 )")) + + assert(executionRules.rowKeyFilter.points.size == 0) + assert(executionRules.rowKeyFilter.ranges.size == 1) + + val scanRange1 = executionRules.rowKeyFilter.ranges.get(0).get + assert(Bytes.equals(scanRange1.lowerBound,Bytes.toBytes("get2"))) + assert(Bytes.equals(scanRange1.upperBound, Bytes.toBytes("get3"))) + assert(scanRange1.isLowerBoundEqualTo) + assert(scanRange1.isUpperBoundEqualTo) - assert(executionRules.requiredQualifierDefinitionArray.length == 2) } /** @@ -211,10 +335,9 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { val results = df.select("KEY_FIELD").take(10) assert(results.length == 5) - val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() - assert(executionRules.columnFilterCollection == null) - assert(executionRules.requiredQualifierDefinitionArray.length == 0) + + assert(executionRules.dynamicLogicExpression == null) } @@ -223,38 +346,28 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { * rowKey and the a column */ test("Test SQL point and range combo") { - val results = sqlContext.sql("SELECT KEY_FIELD FROM hbaseTmp " + + val results = sqlContext.sql("SELECT KEY_FIELD FROM hbaseTable1 " + "WHERE " + "(KEY_FIELD = 'get1' and B_FIELD < '3') or " + "(KEY_FIELD >= 'get3' and B_FIELD = '8')").take(5) val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( ( KEY_FIELD == 0 AND B_FIELD < 1 ) OR " + + "( KEY_FIELD >= 2 AND B_FIELD == 3 ) )")) + + assert(executionRules.rowKeyFilter.points.size == 1) + assert(executionRules.rowKeyFilter.ranges.size == 1) + + val scanRange1 = executionRules.rowKeyFilter.ranges.get(0).get + assert(Bytes.equals(scanRange1.lowerBound,Bytes.toBytes("get3"))) + assert(scanRange1.upperBound == null) + assert(scanRange1.isLowerBoundEqualTo) + assert(scanRange1.isUpperBoundEqualTo) + + assert(results.length == 3) - - assert(executionRules.columnFilterCollection.columnFilterMap.size == 2) - val keyFieldFilter = - executionRules.columnFilterCollection.columnFilterMap.get("KEY_FIELD").get - assert(keyFieldFilter.ranges.length == 1) - assert(keyFieldFilter.ranges.head.upperBound == null) - assert(Bytes.toString(keyFieldFilter.ranges.head.lowerBound).equals("get3")) - assert(keyFieldFilter.ranges.head.isLowerBoundEqualTo) - assert(keyFieldFilter.points.length == 1) - assert(Bytes.toString(keyFieldFilter.points.head).equals("get1")) - - val bFieldFilter = - executionRules.columnFilterCollection.columnFilterMap.get("B_FIELD").get - assert(bFieldFilter.ranges.length == 1) - assert(bFieldFilter.ranges.head.lowerBound.length == 0) - assert(Bytes.toString(bFieldFilter.ranges.head.upperBound).equals("3")) - assert(!bFieldFilter.ranges.head.isUpperBoundEqualTo) - assert(bFieldFilter.points.length == 1) - assert(Bytes.toString(bFieldFilter.points.head).equals("8")) - - assert(executionRules.requiredQualifierDefinitionArray.length == 1) - assert(executionRules.requiredQualifierDefinitionArray.head.columnName.equals("B_FIELD")) - assert(executionRules.requiredQualifierDefinitionArray.head.columnFamily.equals("c")) - assert(executionRules.requiredQualifierDefinitionArray.head.qualifier.equals("b")) } /** @@ -262,46 +375,145 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { */ test("Test two complete range non merge rowKey query") { - val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTmp " + + val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTable2 " + "WHERE " + - "( KEY_FIELD >= 'get1' and KEY_FIELD <= 'get2') or" + - "( KEY_FIELD > 'get3' and KEY_FIELD <= 'get5')").take(10) + "( KEY_FIELD >= 1 and KEY_FIELD <= 2) or" + + "( KEY_FIELD > 3 and KEY_FIELD <= 5)").take(10) + - val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() assert(results.length == 4) + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( ( KEY_FIELD >= 0 AND KEY_FIELD <= 1 ) OR " + + "( KEY_FIELD > 2 AND KEY_FIELD <= 3 ) )")) - assert(executionRules.columnFilterCollection.columnFilterMap.size == 1) - val keyFieldFilter = - executionRules.columnFilterCollection.columnFilterMap.get("KEY_FIELD").get - assert(keyFieldFilter.ranges.length == 2) - assert(keyFieldFilter.points.length == 0) + assert(executionRules.rowKeyFilter.points.size == 0) + assert(executionRules.rowKeyFilter.ranges.size == 2) + + val scanRange1 = executionRules.rowKeyFilter.ranges.get(0).get + assert(Bytes.equals(scanRange1.lowerBound,Bytes.toBytes(1))) + assert(Bytes.equals(scanRange1.upperBound, Bytes.toBytes(2))) + assert(scanRange1.isLowerBoundEqualTo) + assert(scanRange1.isUpperBoundEqualTo) + + val scanRange2 = executionRules.rowKeyFilter.ranges.get(1).get + assert(Bytes.equals(scanRange2.lowerBound,Bytes.toBytes(3))) + assert(Bytes.equals(scanRange2.upperBound, Bytes.toBytes(5))) + assert(!scanRange2.isLowerBoundEqualTo) + assert(scanRange2.isUpperBoundEqualTo) - assert(executionRules.requiredQualifierDefinitionArray.length == 2) } /** * A complex query with two complex ranges that does merge into one */ test("Test two complete range merge rowKey query") { - val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTmp " + + val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTable1 " + "WHERE " + - "( KEY_FIELD >= 'get1' and KEY_FIELD <= 'get3') or" + + "( KEY_FIELD >= 'get1' and KEY_FIELD <= 'get2') or" + "( KEY_FIELD > 'get3' and KEY_FIELD <= 'get5')").take(10) val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + assert(results.length == 4) + + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( ( KEY_FIELD >= 0 AND KEY_FIELD <= 1 ) OR " + + "( KEY_FIELD > 2 AND KEY_FIELD <= 3 ) )")) + + assert(executionRules.rowKeyFilter.points.size == 0) + assert(executionRules.rowKeyFilter.ranges.size == 2) + + val scanRange1 = executionRules.rowKeyFilter.ranges.get(0).get + assert(Bytes.equals(scanRange1.lowerBound,Bytes.toBytes("get1"))) + assert(Bytes.equals(scanRange1.upperBound, Bytes.toBytes("get2"))) + assert(scanRange1.isLowerBoundEqualTo) + assert(scanRange1.isUpperBoundEqualTo) + + val scanRange2 = executionRules.rowKeyFilter.ranges.get(1).get + assert(Bytes.equals(scanRange2.lowerBound, Bytes.toBytes("get3"))) + assert(Bytes.equals(scanRange2.upperBound, Bytes.toBytes("get5"))) + assert(!scanRange2.isLowerBoundEqualTo) + assert(scanRange2.isUpperBoundEqualTo) + } + + test("Test OR logic with a one RowKey and One column") { + + val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTable1 " + + "WHERE " + + "( KEY_FIELD >= 'get1' or A_FIELD <= 'foo2') or" + + "( KEY_FIELD > 'get3' or B_FIELD <= '4')").take(10) + + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + assert(results.length == 5) - assert(executionRules.columnFilterCollection.columnFilterMap.size == 1) - val keyFieldFilter = - executionRules.columnFilterCollection.columnFilterMap.get("KEY_FIELD").get - assert(keyFieldFilter.ranges.length == 1) - assert(keyFieldFilter.points.length == 0) + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( ( KEY_FIELD >= 0 OR A_FIELD <= 1 ) OR " + + "( KEY_FIELD > 2 OR B_FIELD <= 3 ) )")) - assert(executionRules.requiredQualifierDefinitionArray.length == 2) + assert(executionRules.rowKeyFilter.points.size == 0) + assert(executionRules.rowKeyFilter.ranges.size == 1) + + val scanRange1 = executionRules.rowKeyFilter.ranges.get(0).get + //This is the main test for 14406 + //Because the key is joined through a or with a qualifier + //There is no filter on the rowKey + assert(Bytes.equals(scanRange1.lowerBound,Bytes.toBytes(""))) + assert(scanRange1.upperBound == null) + assert(scanRange1.isLowerBoundEqualTo) + assert(scanRange1.isUpperBoundEqualTo) } - test("test table that doesn't exist") { + test("Test OR logic with a two columns") { + val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTable1 " + + "WHERE " + + "( B_FIELD > '4' or A_FIELD <= 'foo2') or" + + "( A_FIELD > 'foo2' or B_FIELD < '4')").take(10) + + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + + assert(results.length == 5) + + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( ( B_FIELD > 0 OR A_FIELD <= 1 ) OR " + + "( A_FIELD > 2 OR B_FIELD < 3 ) )")) + + assert(executionRules.rowKeyFilter.points.size == 0) + assert(executionRules.rowKeyFilter.ranges.size == 1) + + val scanRange1 = executionRules.rowKeyFilter.ranges.get(0).get + assert(Bytes.equals(scanRange1.lowerBound,Bytes.toBytes(""))) + assert(scanRange1.upperBound == null) + assert(scanRange1.isLowerBoundEqualTo) + assert(scanRange1.isUpperBoundEqualTo) + + } + + test("Test single RowKey Or Column logic") { + val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseTable1 " + + "WHERE " + + "( KEY_FIELD >= 'get4' or A_FIELD <= 'foo2' )").take(10) + + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + + assert(results.length == 4) + + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( KEY_FIELD >= 0 OR A_FIELD <= 1 )")) + + assert(executionRules.rowKeyFilter.points.size == 0) + assert(executionRules.rowKeyFilter.ranges.size == 1) + + val scanRange1 = executionRules.rowKeyFilter.ranges.get(0).get + assert(Bytes.equals(scanRange1.lowerBound,Bytes.toBytes(""))) + assert(scanRange1.upperBound == null) + assert(scanRange1.isLowerBoundEqualTo) + assert(scanRange1.isUpperBoundEqualTo) + } + + + test("Test table that doesn't exist") { intercept[TableNotFoundException] { df = sqlContext.load("org.apache.hadoop.hbase.spark", Map("hbase.columns.mapping" -> @@ -315,6 +527,7 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { "( KEY_FIELD >= 'get1' and KEY_FIELD <= 'get3') or" + "( KEY_FIELD > 'get3' and KEY_FIELD <= 'get5')").count() } + DefaultSourceStaticUtils.lastFiveExecutionRules.poll() } test("Test table with column that doesn't exist") { @@ -325,11 +538,14 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { df.registerTempTable("hbaseFactColumnTmp") - val result = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseFactColumnTmp") + val result = sqlContext.sql("SELECT KEY_FIELD, " + + "B_FIELD, A_FIELD FROM hbaseFactColumnTmp") assert(result.count() == 5) - val localResult = result.take(5) + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + assert(executionRules.dynamicLogicExpression == null) + } test("Test table with INT column") { @@ -343,11 +559,15 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { val result = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, I_FIELD FROM hbaseIntTmp"+ " where I_FIELD > 4 and I_FIELD < 10") - assert(result.count() == 2) - - val localResult = result.take(3) + val localResult = result.take(5) + assert(localResult.length == 2) assert(localResult(0).getInt(2) == 8) + + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + assert(executionRules.dynamicLogicExpression.toExpressionString. + equals("( I_FIELD > 0 AND I_FIELD < 1 )")) + } test("Test table with INT column defined at wrong type") { @@ -358,11 +578,14 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { df.registerTempTable("hbaseIntWrongTypeTmp") - val result = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, I_FIELD FROM hbaseIntWrongTypeTmp") + val result = sqlContext.sql("SELECT KEY_FIELD, " + + "B_FIELD, I_FIELD FROM hbaseIntWrongTypeTmp") - assert(result.count() == 5) + val localResult = result.take(10) + assert(localResult.length == 5) - val localResult = result.take(5) + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + assert(executionRules.dynamicLogicExpression == null) assert(localResult(0).getString(2).length == 4) assert(localResult(0).getString(2).charAt(0).toByte == 0) @@ -380,9 +603,13 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { df.registerTempTable("hbaseBadTmp") - val result = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, I_FIELD FROM hbaseBadTmp") + val result = sqlContext.sql("SELECT KEY_FIELD, " + + "B_FIELD, I_FIELD FROM hbaseBadTmp") - val localResult = result.take(5) + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + assert(executionRules.dynamicLogicExpression == null) + + result.take(5) } } @@ -396,11 +623,15 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { df.registerTempTable("hbaseIntWrongTypeTmp") - val result = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, I_FIELD FROM hbaseIntWrongTypeTmp") + val result = sqlContext.sql("SELECT KEY_FIELD, " + + "B_FIELD, I_FIELD FROM hbaseIntWrongTypeTmp") - assert(result.count() == 5) + val localResult = result.take(10) + assert(localResult.length == 5) + + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + assert(executionRules.dynamicLogicExpression == null) - val localResult = result.take(5) } } @@ -413,11 +644,18 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { df.registerTempTable("hbaseIntWrongTypeTmp") - val result = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, I_FIELD FROM hbaseIntWrongTypeTmp") + val result = sqlContext.sql("SELECT KEY_FIELD, " + + "B_FIELD, I_FIELD FROM hbaseIntWrongTypeTmp") assert(result.count() == 5) val localResult = result.take(5) + localResult.length + + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + assert(executionRules.dynamicLogicExpression == null) + + } } @@ -430,11 +668,16 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { df.registerTempTable("hbaseIntWrongTypeTmp") - val result = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, I_FIELD FROM hbaseIntWrongTypeTmp") + val result = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, " + + "I_FIELD FROM hbaseIntWrongTypeTmp") + + val localResult = result.take(10) + assert(localResult.length == 5) + + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + assert(executionRules.dynamicLogicExpression == null) - assert(result.count() == 5) - val localResult = result.take(5) } } @@ -448,9 +691,8 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { val result = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, Z_FIELD FROM hbaseZTmp") - assert(result.count() == 5) - - val localResult = result.take(5) + val localResult = result.take(10) + assert(localResult.length == 5) assert(localResult(0).getString(2) == null) assert(localResult(1).getString(2) == "FOO") @@ -458,5 +700,27 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { assert(localResult(3).getString(2) == "BAR") assert(localResult(4).getString(2) == null) + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + assert(executionRules.dynamicLogicExpression == null) + } + + test("Test with column logic disabled") { + df = sqlContext.load("org.apache.hadoop.hbase.spark", + Map("hbase.columns.mapping" -> + "KEY_FIELD STRING :key, A_FIELD STRING c:a, B_FIELD STRING c:b, Z_FIELD STRING c:z,", + "hbase.table" -> "t1", + "hbase.push.down.column.filter" -> "false")) + + df.registerTempTable("hbaseNoPushDownTmp") + + val results = sqlContext.sql("SELECT KEY_FIELD, B_FIELD, A_FIELD FROM hbaseNoPushDownTmp " + + "WHERE " + + "(KEY_FIELD <= 'get3' and KEY_FIELD >= 'get2')").take(10) + + val executionRules = DefaultSourceStaticUtils.lastFiveExecutionRules.poll() + + assert(results.length == 2) + + assert(executionRules.dynamicLogicExpression == null) } } diff --git a/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/DynamicLogicExpressionSuite.scala b/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/DynamicLogicExpressionSuite.scala new file mode 100644 index 00000000000..3140ebde856 --- /dev/null +++ b/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/DynamicLogicExpressionSuite.scala @@ -0,0 +1,190 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.hadoop.hbase.spark + +import java.util + +import org.apache.hadoop.hbase.util.Bytes +import org.apache.spark.Logging +import org.scalatest.{BeforeAndAfterAll, BeforeAndAfterEach, FunSuite} + +class DynamicLogicExpressionSuite extends FunSuite with +BeforeAndAfterEach with BeforeAndAfterAll with Logging { + + test("Basic And Test") { + val leftLogic = new LessThanLogicExpression("Col1", 0) + val rightLogic = new GreaterThanLogicExpression("Col1", 1) + val andLogic = new AndLogicExpression(leftLogic, rightLogic) + + val columnToCurrentRowValueMap = new util.HashMap[String, ByteArrayComparable]() + + columnToCurrentRowValueMap.put("Col1", new ByteArrayComparable(Bytes.toBytes(10))) + val valueFromQueryValueArray = new Array[Array[Byte]](2) + valueFromQueryValueArray(0) = Bytes.toBytes(15) + valueFromQueryValueArray(1) = Bytes.toBytes(5) + assert(andLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(10) + valueFromQueryValueArray(1) = Bytes.toBytes(5) + assert(!andLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(15) + valueFromQueryValueArray(1) = Bytes.toBytes(10) + assert(!andLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + val expressionString = andLogic.toExpressionString + + assert(expressionString.equals("( Col1 < 0 AND Col1 > 1 )")) + + val builtExpression = DynamicLogicExpressionBuilder.build(expressionString) + valueFromQueryValueArray(0) = Bytes.toBytes(15) + valueFromQueryValueArray(1) = Bytes.toBytes(5) + assert(builtExpression.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(10) + valueFromQueryValueArray(1) = Bytes.toBytes(5) + assert(!builtExpression.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(15) + valueFromQueryValueArray(1) = Bytes.toBytes(10) + assert(!builtExpression.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + } + + test("Basic OR Test") { + val leftLogic = new LessThanLogicExpression("Col1", 0) + val rightLogic = new GreaterThanLogicExpression("Col1", 1) + val OrLogic = new OrLogicExpression(leftLogic, rightLogic) + + val columnToCurrentRowValueMap = new util.HashMap[String, ByteArrayComparable]() + + columnToCurrentRowValueMap.put("Col1", new ByteArrayComparable(Bytes.toBytes(10))) + val valueFromQueryValueArray = new Array[Array[Byte]](2) + valueFromQueryValueArray(0) = Bytes.toBytes(15) + valueFromQueryValueArray(1) = Bytes.toBytes(5) + assert(OrLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(10) + valueFromQueryValueArray(1) = Bytes.toBytes(5) + assert(OrLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(15) + valueFromQueryValueArray(1) = Bytes.toBytes(10) + assert(OrLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(10) + valueFromQueryValueArray(1) = Bytes.toBytes(10) + assert(!OrLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + val expressionString = OrLogic.toExpressionString + + assert(expressionString.equals("( Col1 < 0 OR Col1 > 1 )")) + + val builtExpression = DynamicLogicExpressionBuilder.build(expressionString) + valueFromQueryValueArray(0) = Bytes.toBytes(15) + valueFromQueryValueArray(1) = Bytes.toBytes(5) + assert(builtExpression.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(10) + valueFromQueryValueArray(1) = Bytes.toBytes(5) + assert(builtExpression.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(15) + valueFromQueryValueArray(1) = Bytes.toBytes(10) + assert(builtExpression.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(10) + valueFromQueryValueArray(1) = Bytes.toBytes(10) + assert(!builtExpression.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + } + + test("Basic Command Test") { + val greaterLogic = new GreaterThanLogicExpression("Col1", 0) + val greaterAndEqualLogic = new GreaterThanOrEqualLogicExpression("Col1", 0) + val lessLogic = new LessThanLogicExpression("Col1", 0) + val lessAndEqualLogic = new LessThanOrEqualLogicExpression("Col1", 0) + val equalLogic = new EqualLogicExpression("Col1", 0, false) + val notEqualLogic = new EqualLogicExpression("Col1", 0, true) + val passThrough = new PassThroughLogicExpression + + val columnToCurrentRowValueMap = new util.HashMap[String, ByteArrayComparable]() + columnToCurrentRowValueMap.put("Col1", new ByteArrayComparable(Bytes.toBytes(10))) + val valueFromQueryValueArray = new Array[Array[Byte]](1) + + //great than + valueFromQueryValueArray(0) = Bytes.toBytes(10) + assert(!greaterLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(20) + assert(!greaterLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + //great than and equal + valueFromQueryValueArray(0) = Bytes.toBytes(5) + assert(greaterAndEqualLogic.execute(columnToCurrentRowValueMap, + valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(10) + assert(greaterAndEqualLogic.execute(columnToCurrentRowValueMap, + valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(20) + assert(!greaterAndEqualLogic.execute(columnToCurrentRowValueMap, + valueFromQueryValueArray)) + + //less than + valueFromQueryValueArray(0) = Bytes.toBytes(10) + assert(!lessLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(5) + assert(!lessLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + //less than and equal + valueFromQueryValueArray(0) = Bytes.toBytes(20) + assert(lessAndEqualLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(20) + assert(lessAndEqualLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(10) + assert(lessAndEqualLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + //equal too + valueFromQueryValueArray(0) = Bytes.toBytes(10) + assert(equalLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(5) + assert(!equalLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + //not equal too + valueFromQueryValueArray(0) = Bytes.toBytes(10) + assert(!notEqualLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(5) + assert(notEqualLogic.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + //pass through + valueFromQueryValueArray(0) = Bytes.toBytes(10) + assert(passThrough.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + valueFromQueryValueArray(0) = Bytes.toBytes(5) + assert(passThrough.execute(columnToCurrentRowValueMap, valueFromQueryValueArray)) + + } + + +} diff --git a/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/HBaseDStreamFunctionsSuite.scala b/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/HBaseDStreamFunctionsSuite.scala index 007aa84f943..3b14c355bbc 100644 --- a/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/HBaseDStreamFunctionsSuite.scala +++ b/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/HBaseDStreamFunctionsSuite.scala @@ -37,6 +37,7 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { val columnFamily = "c" override def beforeAll() { + TEST_UTIL.startMiniCluster() logInfo(" - minicluster started") @@ -75,6 +76,8 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { (Bytes.toBytes("5"), Array((Bytes.toBytes(columnFamily), Bytes.toBytes("e"), Bytes.toBytes("bar")))))) + var isFinished = false + val hbaseContext = new HBaseContext(sc, config) val ssc = new StreamingContext(sc, Milliseconds(200)) @@ -93,9 +96,19 @@ BeforeAndAfterEach with BeforeAndAfterAll with Logging { put }) + dStream.foreachRDD(rdd => { + if (rdd.count() == 0) { + isFinished = true + } + }) + ssc.start() - ssc.awaitTerminationOrTimeout(1000) + while (!isFinished) { + Thread.sleep(100) + } + + ssc.stop(true, true) val connection = ConnectionFactory.createConnection(config) val table = connection.getTable(TableName.valueOf("t1"))