org.apache.hadoop.hive.ql.optimizer.optiq.translator
Class ASTConverter

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.optiq.translator.ASTConverter

public class ASTConverter
extends Object


Method Summary
static ASTNode convert(org.eigenbase.rel.RelNode relNode, List<org.apache.hadoop.hive.metastore.api.FieldSchema> resultSchema)
           
 ASTNode convert(org.eigenbase.rel.SortRel sortrel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convert

public static ASTNode convert(org.eigenbase.rel.RelNode relNode,
                              List<org.apache.hadoop.hive.metastore.api.FieldSchema> resultSchema)

convert

public ASTNode convert(org.eigenbase.rel.SortRel sortrel)


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