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

Method getComment

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

Source from the content-addressed store, hash-verified

64 }
65
66 public String getComment() { return comment_; }
67 public String getName() { return name_; }
68 public Type getType() { return type_; }
69 public int getPosition() { return position_; }

Callers 15

getColumnsMethod · 0.95
testHashThriftMethod · 0.45
testMergeHashMethod · 0.45
testIdTranslationMethod · 0.45
createDatabaseMethod · 0.45
createTableMethod · 0.45
createMetaStoreTableMethod · 0.45
createKuduTableMethod · 0.45

Calls

no outgoing calls

Tested by 4

testHashThriftMethod · 0.36
testMergeHashMethod · 0.36
testIdTranslationMethod · 0.36