Uses of Annotation Type
org.apache.arrow.util.VisibleForTesting
Packages that use VisibleForTesting
Package
Description
Memory Allocation, Accounting and Management.
-
Uses of VisibleForTesting in io.netty.buffer
Methods in io.netty.buffer with annotations of type VisibleForTesting -
Uses of VisibleForTesting in org.apache.arrow.memory
Methods in org.apache.arrow.memory with annotations of type VisibleForTestingModifier 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
Methods in org.apache.arrow.memory.util with annotations of type VisibleForTestingModifier 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
Methods in org.apache.arrow.vector.dictionary with annotations of type VisibleForTestingModifier 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
Methods in org.apache.arrow.vector.ipc with annotations of type VisibleForTestingModifier and TypeMethodDescriptionArrowFileWriter.getDictionaryBlocks()
ArrowFileWriter.getRecordBlocks()