Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder
Packages that use FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder
-
Uses of FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.CommandStatementIngest.TableDefinitionOptions.BuilderModifier and TypeMethodDescriptionFlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.clear()
FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.clearIfExists()
.arrow.flight.protocol.sql.CommandStatementIngest.TableDefinitionOptions.TableExistsOption if_exists = 2;
FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.clearIfNotExist()
.arrow.flight.protocol.sql.CommandStatementIngest.TableDefinitionOptions.TableNotExistOption if_not_exist = 1;
FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.clone()
FlightSql.CommandStatementIngest.Builder.getTableDefinitionOptionsBuilder()
The behavior for handling the table definition.FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.mergeFrom
(com.google.protobuf.Message other) FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.mergeFrom
(FlightSql.CommandStatementIngest.TableDefinitionOptions other) FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) FlightSql.CommandStatementIngest.TableDefinitionOptions.newBuilder()
FlightSql.CommandStatementIngest.TableDefinitionOptions.newBuilder
(FlightSql.CommandStatementIngest.TableDefinitionOptions prototype) FlightSql.CommandStatementIngest.TableDefinitionOptions.newBuilderForType()
FlightSql.CommandStatementIngest.TableDefinitionOptions.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.setIfExists
(FlightSql.CommandStatementIngest.TableDefinitionOptions.TableExistsOption value) .arrow.flight.protocol.sql.CommandStatementIngest.TableDefinitionOptions.TableExistsOption if_exists = 2;
FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.setIfExistsValue
(int value) .arrow.flight.protocol.sql.CommandStatementIngest.TableDefinitionOptions.TableExistsOption if_exists = 2;
FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.setIfNotExist
(FlightSql.CommandStatementIngest.TableDefinitionOptions.TableNotExistOption value) .arrow.flight.protocol.sql.CommandStatementIngest.TableDefinitionOptions.TableNotExistOption if_not_exist = 1;
FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.setIfNotExistValue
(int value) .arrow.flight.protocol.sql.CommandStatementIngest.TableDefinitionOptions.TableNotExistOption if_not_exist = 1;
FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) FlightSql.CommandStatementIngest.TableDefinitionOptions.toBuilder()
Methods in org.apache.arrow.flight.sql.impl with parameters of type FlightSql.CommandStatementIngest.TableDefinitionOptions.BuilderModifier and TypeMethodDescriptionFlightSql.CommandStatementIngest.Builder.setTableDefinitionOptions
(FlightSql.CommandStatementIngest.TableDefinitionOptions.Builder builderForValue) The behavior for handling the table definition.