| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.parse.type | |
| org.apache.hadoop.hive.ql.plan | |
| org.apache.hadoop.hive.ql.udf.generic |
Standard toolkit and framework for generic User-defined functions.
|
| org.apache.hadoop.hive.ql.util |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.io.WritableComparator |
WritableComparatorFactory.get(Object key,
boolean nullSafe,
NullOrdering nullOrdering) |
| Modifier and Type | Method and Description |
|---|---|
NullOrdering |
FunctionHelper.FieldCollation.getNullOrdering() |
| Constructor and Description |
|---|
FieldCollation(org.apache.calcite.rex.RexNode sortExpression,
int sortDirection,
NullOrdering nullSortOrder) |
| Modifier and Type | Method and Description |
|---|---|
static ReduceSinkDesc |
PlanUtils.getReduceSinkDesc(List<ExprNodeDesc> keyCols,
int numKeys,
List<ExprNodeDesc> valueCols,
List<List<Integer>> distinctColIndices,
List<String> outputKeyColumnNames,
List<String> outputValueColumnNames,
boolean includeKey,
int tag,
int numPartitionFields,
int numReducers,
AcidUtils.Operation writeType,
NullOrdering defaultNullOrder)
Create the reduce sink descriptor.
|
static ReduceSinkDesc |
PlanUtils.getReduceSinkDesc(List<ExprNodeDesc> keyCols,
int numKeys,
List<ExprNodeDesc> valueCols,
List<List<Integer>> distinctColIndices,
List<String> outputKeyColumnNames,
List<String> outputValueColumnNames,
boolean includeKeyCols,
int tag,
List<ExprNodeDesc> partitionCols,
String order,
String nullOrder,
NullOrdering defaultNullOrder,
int numReducers,
AcidUtils.Operation writeType)
Create the reduce sink descriptor.
|
static ReduceSinkDesc |
PlanUtils.getReduceSinkDesc(List<ExprNodeDesc> keyCols,
List<ExprNodeDesc> valueCols,
List<String> outputColumnNames,
boolean includeKey,
int tag,
int numPartitionFields,
int numReducers,
AcidUtils.Operation writeType,
NullOrdering defaultNullOrder)
Create the reduce sink descriptor.
|
static ReduceSinkDesc |
PlanUtils.getReduceSinkDesc(List<ExprNodeDesc> keyCols,
List<ExprNodeDesc> valueCols,
List<String> outputColumnNames,
boolean includeKeyCols,
int tag,
List<ExprNodeDesc> partitionCols,
String order,
String nullOrder,
NullOrdering defaultNullOrder,
int numReducers,
AcidUtils.Operation writeType,
boolean isCompaction)
Create the reduce sink descriptor.
|
| Constructor and Description |
|---|
RankAssets(ObjectInspector commonInputOI,
ObjectInspectorConverters.Converter directArgumentConverter,
ObjectInspectorConverters.Converter inputConverter,
int order,
NullOrdering nullOrdering) |
| Modifier and Type | Method and Description |
|---|---|
static NullOrdering |
NullOrdering.defaultNullOrder(org.apache.hadoop.conf.Configuration hiveConf) |
static NullOrdering |
NullOrdering.fromCode(int code) |
static NullOrdering |
NullOrdering.fromDirection(org.apache.calcite.rel.RelFieldCollation.NullDirection nullDirection) |
static NullOrdering |
NullOrdering.fromSign(char sign) |
static NullOrdering |
NullOrdering.fromToken(int token) |
static NullOrdering |
NullOrdering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullOrdering[] |
NullOrdering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.