org.apache.hadoop.hive.ql.parse
Class VariableSubstitution

java.lang.Object
  extended by org.apache.hadoop.hive.ql.parse.VariableSubstitution

public class VariableSubstitution
extends Object


Field Summary
protected static Pattern varPat
           
 
Constructor Summary
VariableSubstitution()
           
 
Method Summary
 String substitute(HiveConf conf, String expr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varPat

protected static Pattern varPat
Constructor Detail

VariableSubstitution

public VariableSubstitution()
Method Detail

substitute

public String substitute(HiveConf conf,
                         String expr)


Copyright © 2011 The Apache Software Foundation