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

Method toString

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

Source from the content-addressed store, hash-verified

103 }
104
105 @Override
106 public String toString() {
107 return toStringHelper().toString();
108 }
109
110 public static Column fromThrift(TColumn columnDesc) throws ImpalaRuntimeException {
111 String comment = columnDesc.isSetComment() ? columnDesc.getComment() : null;

Callers 15

isManagedTableMethod · 0.45
storeFileMethod · 0.45
debugStringMethod · 0.45
buildPrivilegeNameMethod · 0.45
updateCatalogMethod · 0.45
toThriftDescriptorMethod · 0.45
unescapeSQLStringMethod · 0.45
acquireLockMethod · 0.45
getPathForNewTableMethod · 0.45
getEstimatedRowStatsMethod · 0.45

Calls 1

toStringHelperMethod · 0.95

Tested by

no test coverage detected