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

Method getStats

fe/src/main/java/org/apache/impala/catalog/Column.java:71–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 public int getPosition() { return position_; }
70 public void setPosition(int position) { this.position_ = position; }
71 public ColumnStats getStats() { return stats_; }
72 public boolean isNullable() { return true; }
73 public boolean isVirtual() { return false; }
74

Callers 12

verifyTableColMethod · 0.95
testStatsMethod · 0.95
assignRuntimeFiltersMethod · 0.95
getStatsMethod · 0.95
analyzeMethod · 0.95
analyzeMethod · 0.95
toThriftMethod · 0.95
getPartialInfoMethod · 0.95
averageColumnSizesMethod · 0.95
getNumNullsMethod · 0.95

Calls

no outgoing calls

Tested by 3

verifyTableColMethod · 0.76
testStatsMethod · 0.76
analyzeMethod · 0.76