Package org.apache.pig.piggybank.evaluation.string

Examples of org.apache.pig.piggybank.evaluation.string.HashFNV1.exec()


        assertTrue(r==31);
        r = func2.exec(t3);
        assertTrue(r==null);
       
        HashFNV1 func1 = new HashFNV1();
        r = func1.exec(t4);
        assertTrue(r==1669505231);
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.