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

Method add

fe/src/main/java/org/apache/impala/analysis/FromClause.java:266–266  ·  view source on GitHub ↗
(TableRef t)

Source from the content-addressed store, hash-verified

264 public TableRef get(int i) { return tableRefs_.get(i); }
265 public void set(int i, TableRef tableRef) { tableRefs_.set(i, tableRef); }
266 public void add(TableRef t) { tableRefs_.add(t); }
267 public void add(int i, TableRef t) { tableRefs_.add(i, t); }
268}

Callers 15

addToInvalidWriteIdsMethod · 0.45
hashCodeMethod · 0.45
readMethod · 0.45
readMethod · 0.45
getWritesMethod · 0.45
getReadsMethod · 0.45
getFilteredEventsMethod · 0.45
MetastoreEventsClass · 0.45
AddPartitionEventMethod · 0.45
BatchPartitionEventMethod · 0.45

Calls

no outgoing calls

Tested by 8

analyzeMethod · 0.36
listAssignmentsMethod · 0.36
collectTableRefsMethod · 0.36
analyzeMethod · 0.36
collectTableRefsMethod · 0.36