Package org.apache.orc.impl
Class BufferChunkList
java.lang.Object
org.apache.orc.impl.BufferChunkList
Builds a list of buffer chunks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(BufferChunk value) voidclear()get()get(int chunk) Get the nth element of the list
-
Constructor Details
-
BufferChunkList
public BufferChunkList()
-
-
Method Details
-
add
-
get
-
get
Get the nth element of the list- Parameters:
chunk- the element number to get from 0- Returns:
- the given element number
-
clear
public void clear()
-