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

Examples of org.apache.pig.piggybank.evaluation.string.HashFNV1


        r = func2.exec(t2);
        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

Related Classes of org.apache.pig.piggybank.evaluation.string.HashFNV1

Copyright © 2018 www.massapicom. 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.