| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.objectinspector |
| Modifier and Type | Method and Description |
|---|---|
static ObjectInspectorUtils.NullValueOption |
ObjectInspectorUtils.NullValueOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectInspectorUtils.NullValueOption[] |
ObjectInspectorUtils.NullValueOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
ObjectInspectorUtils.compare(Object[] o1,
ObjectInspector[] oi1,
Object[] o2,
ObjectInspector[] oi2,
boolean[] columnSortOrderIsDesc,
ObjectInspectorUtils.NullValueOption[] nullSortOrder) |
static int |
ObjectInspectorUtils.compare(Object o1,
ObjectInspector oi1,
Object o2,
ObjectInspector oi2,
MapEqualComparer mapEqualComparer,
ObjectInspectorUtils.NullValueOption nullValueOpt)
Compare two objects with their respective ObjectInspectors.
|
| Constructor and Description |
|---|
ObjectComparator(ObjectInspector objectInspector1,
ObjectInspector objectInspector2,
ObjectInspectorUtils.NullValueOption nullSortOrder) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.