Uses of Interface
org.apache.arrow.adbc.core.IngestOption
Packages that use IngestOption
Package
Description
ADBC (Arrow Database Connectivity) is an API standard for Arrow-based database access.
-
Uses of IngestOption in org.apache.arrow.adbc.core
Classes in org.apache.arrow.adbc.core that implement IngestOptionModifier and TypeClassDescriptionstatic classstatic classMethods in org.apache.arrow.adbc.core that return IngestOptionModifier and TypeMethodDescriptionstatic IngestOptionIngestOption.targetCatalog(String catalog) static IngestOptionIngestOption.targetDbSchema(String dbSchema) static IngestOptionIngestOption.targetNamespace(@Nullable String catalog, @Nullable String dbSchema) Methods in org.apache.arrow.adbc.core with parameters of type IngestOptionModifier and TypeMethodDescriptiondefault AdbcStatementAdbcConnection.bulkIngest(String targetTableName, BulkIngestMode mode, IngestOption... options) Create a new statement to bulk ingest Arrow data into a table.BulkIngestBuilder.option(IngestOption option) Set an arbitrary ingest option. -
Uses of IngestOption in org.apache.arrow.adbc.driver.jni
Methods in org.apache.arrow.adbc.driver.jni with parameters of type IngestOptionModifier and TypeMethodDescriptionJniConnection.bulkIngest(String targetTableName, BulkIngestMode mode, IngestOption... options)