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

Method getValue

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

Source from the content-addressed store, hash-verified

2941 super.initMetrics();
2942 metrics_.addGauge(NUM_PARTITIONS_METRIC, new Gauge<Integer>() {
2943 @Override
2944 public Integer getValue() { return partitionMap_.values().size(); }
2945 });
2946 metrics_.addGauge(NUM_FILES_METRIC, new Gauge<Long>() {
2947 @Override

Callers 15

writeToStringMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
getSystemEnvMethod · 0.45
testCastMethod · 0.45
prepareMergeInsertMethod · 0.45
prepareSelectListMethod · 0.45
processMethod · 0.45
flagsToArgsMethod · 0.45
flagsToArgsMethod · 0.45

Calls 2

sizeMethod · 0.45

Tested by 15

setUpMethod · 0.36
setUpMethod · 0.36
getSystemEnvMethod · 0.36
testCastMethod · 0.36
prepareMergeInsertMethod · 0.36
prepareSelectListMethod · 0.36
processMethod · 0.36
flagsToArgsMethod · 0.36
flagsToArgsMethod · 0.36
getRandTokenMethod · 0.36