Uses of Annotation Type
org.apache.arrow.util.VisibleForTesting
Package
Description
Memory Allocation, Accounting and Management.
-
Uses of VisibleForTesting in io.netty.buffer
-
Uses of VisibleForTesting in org.apache.arrow.memory
Modifier and TypeMethodDescriptionDefaultAllocationManagerOption.getDefaultAllocationManagerType()
Returns the default allocation manager type.void
ArrowBuf.print
(StringBuilder sb, int indent, org.apache.arrow.memory.BaseAllocator.Verbosity verbosity) Print information of this buffer intosb
at the given indentation and verbosity level.void
RootAllocator.verify()
Verify the accounting state of the allocation system. -
Uses of VisibleForTesting in org.apache.arrow.memory.util
Modifier and TypeMethodDescriptionstatic int
Float16.compare
(short x, short y) Compares the two specified half-precision float values.static boolean
Float16.isNaN
(short h) Returns true if the specified half-precision float value represents a Not-a-Number, false otherwise.static float
Float16.toFloat
(short b) Converts the specified half-precision float value into a single-precision float value.static String
Float16.toFloatString
(short h) Returns a string representation of the specified half-precision float value. -
Uses of VisibleForTesting in org.apache.arrow.vector.dictionary
Modifier and TypeMethodDescriptionvoid
DictionaryProvider.MapDictionaryProvider.copyStructureFrom
(DictionaryProvider other, BufferAllocator allocator) Initialize the map structure from another provider, but with empty vectors. -
Uses of VisibleForTesting in org.apache.arrow.vector.ipc
Modifier and TypeMethodDescriptionArrowFileWriter.getDictionaryBlocks()
ArrowFileWriter.getRecordBlocks()