public class ListObjectsEqualComparer extends Object
| Constructor and Description |
|---|
ListObjectsEqualComparer(ObjectInspector[] oi0,
ObjectInspector[] oi1) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areEqual(Object[] ol0,
Object[] ol1)
ol0, ol1 should have equal or less number of elements than objectinspectors
passed in constructor.
|
public ListObjectsEqualComparer(ObjectInspector[] oi0, ObjectInspector[] oi1)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.