Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getColumns
Method · 0.95
testRuntimeFilterCacheKeys
Method · 0.45
testHashThrift
Method · 0.45
testMergeHash
Method · 0.45
testIdTranslation
Method · 0.45
buildDescribeMinimalResult
Method · 0.45
buildKuduDescribeMinimalResult
Method · 0.45
buildIcebergDescribeMinimalResult
Method · 0.45
createDatabase
Method · 0.45
createTable
Method · 0.45
createMetaStoreTable
Method · 0.45
createKuduTable
Method · 0.45
Calls
no outgoing calls
Tested by
4
testRuntimeFilterCacheKeys
Method · 0.36
testHashThrift
Method · 0.36
testMergeHash
Method · 0.36
testIdTranslation
Method · 0.36