Class NativeQueryResult
java.lang.Object
org.apache.arrow.adbc.driver.jni.impl.NativeQueryResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionimportStream(BufferAllocator allocator, @Nullable HasChildReferences parent) Import the C Data stream into a Java ArrowReader.long
-
Constructor Details
-
NativeQueryResult
public NativeQueryResult(long rowsAffected, long cDataStream)
-
-
Method Details
-
rowsAffected
public long rowsAffected() -
importStream
Import the C Data stream into a Java ArrowReader.
-