Uses of Class
org.apache.arrow.c.ArrowArray.Snapshot
Packages that use ArrowArray.Snapshot
-
Uses of ArrowArray.Snapshot in org.apache.arrow.c
Methods in org.apache.arrow.c that return ArrowArray.SnapshotModifier and TypeMethodDescriptionArrowArray.snapshot()Take a snapshot of the ArrowArray raw values.Methods in org.apache.arrow.c with parameters of type ArrowArray.SnapshotModifier and TypeMethodDescriptionvoidArrowArray.save(ArrowArray.Snapshot snapshot) Write values from Snapshot to the underlying ArrowArray memory buffer.