org.apache.hadoop.hive.serde2.objectinspector
Interface MapEqualComparer

All Known Implementing Classes:
CrossMapEqualComparer, FullMapEqualComparer, SimpleMapEqualComparer

public interface MapEqualComparer


Method Summary
 int compare(Object o1, MapObjectInspector moi1, Object o2, MapObjectInspector moi2)
           
 

Method Detail

compare

int compare(Object o1,
            MapObjectInspector moi1,
            Object o2,
            MapObjectInspector moi2)


Copyright © 2012 The Apache Software Foundation