public static interface FilterProtos.SQLPredicatePushDownFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
List<FilterProtos.SQLPredicatePushDownCellToColumnMapping> |
getCellToColumnMappingList()
repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; |
FilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder |
getCellToColumnMappingOrBuilder(int index)
repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; |
List<? extends FilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder> |
getCellToColumnMappingOrBuilderList()
repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; |
String |
getDynamicLogicExpression()
required string dynamic_logic_expression = 1; |
com.google.protobuf.ByteString |
getDynamicLogicExpressionBytes()
required string dynamic_logic_expression = 1; |
com.google.protobuf.ByteString |
getValueFromQueryArray(int index)
repeated bytes value_from_query_array = 2; |
int |
getValueFromQueryArrayCount()
repeated bytes value_from_query_array = 2; |
List<com.google.protobuf.ByteString> |
getValueFromQueryArrayList()
repeated bytes value_from_query_array = 2; |
boolean |
hasDynamicLogicExpression()
required string dynamic_logic_expression = 1; |
boolean hasDynamicLogicExpression()
required string dynamic_logic_expression = 1;String getDynamicLogicExpression()
required string dynamic_logic_expression = 1;com.google.protobuf.ByteString getDynamicLogicExpressionBytes()
required string dynamic_logic_expression = 1;List<com.google.protobuf.ByteString> 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 bytes value_from_query_array = 2;List<FilterProtos.SQLPredicatePushDownCellToColumnMapping> getCellToColumnMappingList()
repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3;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;List<? extends FilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder> getCellToColumnMappingOrBuilderList()
repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3;FilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder getCellToColumnMappingOrBuilder(int index)
repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3;Copyright © 2007–2016 Cloudera. All rights reserved.