Uses of Annotation Type
org.apache.arrow.util.VisibleForTesting
Packages that use VisibleForTesting
Package
Description
Memory Allocation, Accounting and Management.
-
Uses of VisibleForTesting in org.apache.arrow.dataset.jni
Methods in org.apache.arrow.dataset.jni with annotations of type VisibleForTestingModifier and TypeMethodDescriptionlongDirectReservationListener.getCurrentDirectMemReservation()Get current reservation of jVM direct memory. -
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.voidArrowBuf.print(StringBuilder sb, int indent, org.apache.arrow.memory.BaseAllocator.Verbosity verbosity) Print information of this buffer intosbat the given indentation and verbosity level.voidRootAllocator.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 intFloat16.compare(short x, short y) Compares the two specified half-precision float values.static booleanFloat16.isNaN(short h) Returns true if the specified half-precision float value represents a Not-a-Number, false otherwise.static floatFloat16.toFloat(short b) Converts the specified half-precision float value into a single-precision float value.static StringFloat16.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 TypeMethodDescriptionvoidDictionaryProvider.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()