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

Method toStringHelper

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

Source from the content-addressed store, hash-verified

94 }
95
96 protected MoreObjects.ToStringHelper toStringHelper() {
97 return MoreObjects.toStringHelper(this.getClass())
98 .add("name_", name_)
99 .add("type_", type_)
100 .add("comment_", comment_)
101 .add("stats", stats_)
102 .add("position_", position_);
103 }
104
105 @Override
106 public String toString() {

Callers 15

toStringMethod · 0.95
debugStringMethod · 0.45
debugStringMethod · 0.45
debugStringMethod · 0.45
debugStringMethod · 0.45
debugStringMethod · 0.45
debugStringMethod · 0.45
debugStringMethod · 0.45
debugStringMethod · 0.45
debugStringMethod · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected