Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.CommandStatementIngest.Builder
Packages that use FlightSql.CommandStatementIngest.Builder
-
Uses of FlightSql.CommandStatementIngest.Builder in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.CommandStatementIngest.BuilderModifier and TypeMethodDescriptionFlightSql.CommandStatementIngest.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FlightSql.CommandStatementIngest.Builder.clear()
FlightSql.CommandStatementIngest.Builder.clearCatalog()
The catalog of the destination table to load data into.FlightSql.CommandStatementIngest.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) FlightSql.CommandStatementIngest.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) FlightSql.CommandStatementIngest.Builder.clearOptions()
FlightSql.CommandStatementIngest.Builder.clearSchema()
The db_schema of the destination table to load data into.FlightSql.CommandStatementIngest.Builder.clearTable()
The table to load data into.FlightSql.CommandStatementIngest.Builder.clearTableDefinitionOptions()
The behavior for handling the table definition.FlightSql.CommandStatementIngest.Builder.clearTemporary()
Store ingested data in a temporary table.FlightSql.CommandStatementIngest.Builder.clearTransactionId()
Perform the ingestion as part of this transaction.FlightSql.CommandStatementIngest.Builder.clone()
FlightSql.CommandStatementIngest.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandStatementIngest.Builder.mergeFrom
(com.google.protobuf.Message other) FlightSql.CommandStatementIngest.Builder.mergeFrom
(FlightSql.CommandStatementIngest other) FlightSql.CommandStatementIngest.Builder.mergeTableDefinitionOptions
(FlightSql.CommandStatementIngest.TableDefinitionOptions value) The behavior for handling the table definition.FlightSql.CommandStatementIngest.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) FlightSql.CommandStatementIngest.newBuilder()
FlightSql.CommandStatementIngest.newBuilder
(FlightSql.CommandStatementIngest prototype) FlightSql.CommandStatementIngest.newBuilderForType()
protected FlightSql.CommandStatementIngest.Builder
FlightSql.CommandStatementIngest.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FlightSql.CommandStatementIngest.Builder.putAllOptions
(Map<String, String> values) Backend-specific options.FlightSql.CommandStatementIngest.Builder.putOptions
(String key, String value) Backend-specific options.FlightSql.CommandStatementIngest.Builder.removeOptions
(String key) Backend-specific options.FlightSql.CommandStatementIngest.Builder.setCatalog
(String value) The catalog of the destination table to load data into.FlightSql.CommandStatementIngest.Builder.setCatalogBytes
(com.google.protobuf.ByteString value) The catalog of the destination table to load data into.FlightSql.CommandStatementIngest.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FlightSql.CommandStatementIngest.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The db_schema of the destination table to load data into.FlightSql.CommandStatementIngest.Builder.setSchemaBytes
(com.google.protobuf.ByteString value) The db_schema of the destination table to load data into.The table to load data into.FlightSql.CommandStatementIngest.Builder.setTableBytes
(com.google.protobuf.ByteString value) The table to load data into.FlightSql.CommandStatementIngest.Builder.setTableDefinitionOptions
(FlightSql.CommandStatementIngest.TableDefinitionOptions value) The behavior for handling the table definition.FlightSql.CommandStatementIngest.Builder.setTableDefinitionOptions
(FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder builderForValue) The behavior for handling the table definition.FlightSql.CommandStatementIngest.Builder.setTemporary
(boolean value) Store ingested data in a temporary table.FlightSql.CommandStatementIngest.Builder.setTransactionId
(com.google.protobuf.ByteString value) Perform the ingestion as part of this transaction.FlightSql.CommandStatementIngest.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) FlightSql.CommandStatementIngest.toBuilder()