MCPcopy Create free account
hub / github.com/apache/impala / TableRef

Method TableRef

fe/src/main/java/org/apache/impala/analysis/TableRef.java:208–210  ·  view source on GitHub ↗
(List<String> path, String alias)

Source from the content-addressed store, hash-verified

206 }
207
208 public TableRef(List<String> path, String alias) {
209 this(path, alias, Privilege.SELECT);
210 }
211
212 public TableRef(List<String> path, String alias, TableSampleClause tableSample) {
213 this(path, alias, tableSample, null);

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected