Package org.apache.arrow.adbc.core
Interface IngestOption
- All Known Implementing Classes:
IngestOption.TargetNamespaceIngestOption,IngestOption.TemporaryIngestOption
public interface IngestOption
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IngestOption.TemporaryIngestOptionstatic final IngestOption.TemporaryIngestOption -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic IngestOptiontargetCatalog(String catalog) static IngestOptiontargetDbSchema(String dbSchema) static IngestOptiontargetNamespace(@Nullable String catalog, @Nullable String dbSchema)
-
Field Details
-
TEMPORARY
-
NOT_TEMPORARY
-
-
Method Details
-
targetCatalog
-
targetDbSchema
-
targetNamespace
-