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

Method size

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

Source from the content-addressed store, hash-verified

261 @Override
262 public Iterator<TableRef> iterator() { return tableRefs_.iterator(); }
263 public int size() { return tableRefs_.size(); }
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); }

Callers 15

resolveTableMaskMethod · 0.95
resetMethod · 0.95
applyMethod · 0.45
createColumnMaskStmtMethod · 0.45
removeStaleAuditsMethod · 0.45
createColumnMaskMethod · 0.45
createRowFilterMethod · 0.45
CollectionTableRefMethod · 0.45
analyzeMethod · 0.45

Calls

no outgoing calls

Tested by 11

analyzeMethod · 0.36
checkSizeMethod · 0.36
listAssignmentsMethod · 0.36
analyzeMethod · 0.36
fetchPartitionStatsMethod · 0.36
rewriteWherePredicateMethod · 0.36
toSqlMethod · 0.36