Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Member Functions | |
PartitionListItem (String colName, LiteralExpr value) | |
String | getColName () |
LiteralExpr | getValue () |
Private Attributes | |
final String | colName_ |
final LiteralExpr | value_ |
Representation of a single column:value element in the PARTITION (...) clause of an insert statement.
Definition at line 21 of file PartitionListItem.java.
|
inline |
Definition at line 27 of file PartitionListItem.java.
|
inline |
Definition at line 32 of file PartitionListItem.java.
References com.cloudera.impala.analysis.PartitionListItem.colName_.
|
inline |
Definition at line 33 of file PartitionListItem.java.
References com.cloudera.impala.analysis.PartitionListItem.value_.
|
private |
Definition at line 23 of file PartitionListItem.java.
Referenced by com.cloudera.impala.analysis.PartitionListItem.getColName().
|
private |
Definition at line 25 of file PartitionListItem.java.
Referenced by com.cloudera.impala.analysis.PartitionListItem.getValue().