MCPcopy Create free account
hub / github.com/apache/orc / getRight

Method getRight

java/core/src/java/org/apache/orc/impl/RedBlackTree.java:98–100  ·  view source on GitHub ↗

Get the right field of the given position.

(int position)

Source from the content-addressed store, hash-verified

96 * Get the right field of the given position.
97 */
98 protected int getRight(int position) {
99 return data.get(position * ELEMENT_SIZE + RIGHT_OFFSET);
100 }
101
102 /**
103 * Set the left field of the given position.

Callers 4

addMethod · 0.95
checkSubtreeMethod · 0.80
printTreeMethod · 0.80
recurseMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 2

checkSubtreeMethod · 0.64
printTreeMethod · 0.64