| Modifier and Type | Class and Description |
|---|---|
class |
LazyMapObjectInspector
LazyMapObjectInspector works on struct data that is stored in LazyStruct.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LazyBinaryMapObjectInspector
ObjectInspector for LazyBinaryMap.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SettableMapObjectInspector
SettableMapObjectInspector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardConstantMapObjectInspector
A StandardMapObjectInspector which also implements the
ConstantObjectInspector interface.
|
class |
StandardMapObjectInspector
StandardMapObjectInspector works on map data that is stored as a Java Map
object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SimpleMapEqualComparer.compare(Object o1,
MapObjectInspector moi1,
Object o2,
MapObjectInspector moi2) |
int |
MapEqualComparer.compare(Object o1,
MapObjectInspector moi1,
Object o2,
MapObjectInspector moi2) |
int |
FullMapEqualComparer.compare(Object o1,
MapObjectInspector moi1,
Object o2,
MapObjectInspector moi2) |
int |
CrossMapEqualComparer.compare(Object o1,
MapObjectInspector moi1,
Object o2,
MapObjectInspector moi2) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.