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

Method getRef

fe/src/main/java/org/apache/impala/common/Reference.java:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public RefType getRef() { return ref_; }
41 public void setRef(RefType ref) { this.ref_ = ref; }
42}

Callers 10

processRenameMethod · 0.95
renameTableFromEventMethod · 0.95
alterTableMethod · 0.95
execResetMetadataImplMethod · 0.95
computeSelectivityMethod · 0.95
addIfExistsMethod · 0.95
computeSelectivityMethod · 0.95
computeSelectivityMethod · 0.95
processRenameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected