Uses of Class
org.apache.arrow.memory.OutOfMemoryException
-
Uses of OutOfMemoryException in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
ExtensionTypeVector.allocateNew()
void
NullVector.allocateNew()
void
ValueVector.allocateNew()
Allocate new buffers. -
Uses of OutOfMemoryException in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionvoid
AbstractContainerVector.allocateNew()
void
DenseUnionVector.allocateNew()
void
FixedSizeListVector.allocateNew()
void
LargeListVector.allocateNew()
Same asLargeListVector.allocateNewSafe()
.void
ListVector.allocateNew()
Same asListVector.allocateNewSafe()
.void
ListViewVector.allocateNew()
void
UnionVector.allocateNew()