Uses of Class
org.apache.arrow.memory.OutOfMemoryException
Packages that use OutOfMemoryException
-
Uses of OutOfMemoryException in org.apache.arrow.vector
Methods in org.apache.arrow.vector that throw OutOfMemoryExceptionModifier and TypeMethodDescriptionvoid
ExtensionTypeVector.allocateNew()
void
NullVector.allocateNew()
void
ValueVector.allocateNew()
Allocate new buffers. -
Uses of OutOfMemoryException in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that throw OutOfMemoryExceptionModifier 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()