MCPcopy 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}

Calls

no outgoing calls

Tested by

no test coverage detected