15 package com.cloudera.impala.analysis;
18 import com.google.common.base.Preconditions;
39 String implicitAlias = rawPath_.get(rawPath_.size() - 1).toLowerCase();
40 aliases_ =
new String[] { implicitAlias };
55 desc_ = analyzer.registerTableRef(
this);
69 return resolvedPath_.getRootDesc() != null;
CollectionTableRef(CollectionTableRef other)
void analyze(Analyzer analyzer)
Privilege getPrivilegeRequirement()
CollectionTableRef(TableRef tableRef, Path resolvedPath)
void analyzeJoin(Analyzer analyzer)
boolean hasExplicitAlias()
TupleDescriptor getRootDesc()