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