org.apache.hadoop.hive.ql.exec.vector.expressions
Class StringExpr

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.vector.expressions.StringExpr

public class StringExpr
extends Object

String expression evaluation helper functions.


Constructor Summary
StringExpr()
           
 
Method Summary
static int compare(byte[] arg1, int start1, int len1, byte[] arg2, int start2, int len2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringExpr

public StringExpr()
Method Detail

compare

public static int compare(byte[] arg1,
                          int start1,
                          int len1,
                          byte[] arg2,
                          int start2,
                          int len2)


Copyright © 2014 The Apache Software Foundation. All rights reserved.