Uses of Class
org.apache.arrow.adbc.core.AdbcStatement.PartitionResult
Packages that use AdbcStatement.PartitionResult
Package
Description
ADBC (Arrow Database Connectivity) is an API standard for Arrow-based database access.
-
Uses of AdbcStatement.PartitionResult in org.apache.arrow.adbc.core
Methods in org.apache.arrow.adbc.core that return AdbcStatement.PartitionResultModifier and TypeMethodDescriptiondefault AdbcStatement.PartitionResultAdbcStatement.executePartitioned()Execute a result set-generating query and get a list of partitions of the result set.Methods in org.apache.arrow.adbc.core that return types with arguments of type AdbcStatement.PartitionResultModifier and TypeMethodDescriptiondefault Iterator<AdbcStatement.PartitionResult>AdbcStatement.pollPartitioned()Execute a result set-generating query and get a list of partitions of the result set. -
Uses of AdbcStatement.PartitionResult in org.apache.arrow.adbc.driver.flightsql
Methods in org.apache.arrow.adbc.driver.flightsql that return AdbcStatement.PartitionResult -
Uses of AdbcStatement.PartitionResult in org.apache.arrow.adbc.driver.jni
Methods in org.apache.arrow.adbc.driver.jni that return AdbcStatement.PartitionResultModifier and TypeMethodDescriptionJniStatement.executePartitioned()JniStatement.PartitionPollIterator.next()Methods in org.apache.arrow.adbc.driver.jni that return types with arguments of type AdbcStatement.PartitionResult -
Uses of AdbcStatement.PartitionResult in org.apache.arrow.adbc.driver.jni.impl
Methods in org.apache.arrow.adbc.driver.jni.impl that return AdbcStatement.PartitionResult