MCPcopy Index your code
hub / github.com/apache/orc / get

Method get

java/core/src/java/org/apache/orc/impl/BufferChunkList.java:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public BufferChunk get() {
41 return head;
42 }
43
44 /**
45 * Get the nth element of the list

Calls

no outgoing calls