public static interface SparkFilterProtos.SQLPredicatePushDownFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SparkFilterProtos.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<SparkFilterProtos.SQLPredicatePushDownCellToColumnMapping> |
getCellToColumnMappingList()
repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; |
SparkFilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder |
getCellToColumnMappingOrBuilder(int index)
repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3; |
List<? extends SparkFilterProtos.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; |
String |
getEncoderClassName()
optional string encoderClassName = 4; |
com.google.protobuf.ByteString |
getEncoderClassNameBytes()
optional string encoderClassName = 4; |
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 |
hasEncoderClassName()
optional string encoderClassName = 4; |
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<SparkFilterProtos.SQLPredicatePushDownCellToColumnMapping> getCellToColumnMappingList()
repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3;SparkFilterProtos.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 SparkFilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder> getCellToColumnMappingOrBuilderList()
repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3;SparkFilterProtos.SQLPredicatePushDownCellToColumnMappingOrBuilder getCellToColumnMappingOrBuilder(int index)
repeated .hbase.pb.SQLPredicatePushDownCellToColumnMapping cell_to_column_mapping = 3;boolean hasEncoderClassName()
optional string encoderClassName = 4;String getEncoderClassName()
optional string encoderClassName = 4;com.google.protobuf.ByteString getEncoderClassNameBytes()
optional string encoderClassName = 4;Copyright © 2007–2019 Cloudera. All rights reserved.