Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ setRef
Method
setRef
fe/src/main/java/org/apache/impala/common/Reference.java:41–41 ·
view source on GitHub ↗
(RefType ref)
Source
from the content-addressed store, hash-verified
39
40
public
RefType getRef() {
return
ref_; }
41
public
void
setRef(RefType ref) { this.ref_ = ref; }
42
}
Callers
14
removeTableIfNotAddedLater
Method · 0.80
renameTableFromEvent
Method · 0.80
alterTableUpdateStatsInner
Method · 0.80
alterTableDropPartition
Method · 0.80
alterTableSetFileFormat
Method · 0.80
alterTableSetRowFormat
Method · 0.80
alterTableSetTblProperties
Method · 0.80
alterTableUnSetTblProperties
Method · 0.80
alterPartitionSetCached
Method · 0.80
isSingleColumnPredicate
Method · 0.80
invalidateTable
Method · 0.80
reloadPartition
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected