Package | Description |
---|---|
org.apache.arrow.flight.integration.tests | |
org.apache.arrow.flight.sql | |
org.apache.arrow.flight.sql.impl |
Modifier and Type | Method and Description |
---|---|
Runnable |
FlightSqlScenarioProducer.acceptPutSubstraitPlan(FlightSql.CommandStatementSubstraitPlan command,
FlightProducer.CallContext context,
FlightStream flightStream,
FlightProducer.StreamListener<PutResult> ackStream) |
FlightInfo |
FlightSqlScenarioProducer.getFlightInfoSubstraitPlan(FlightSql.CommandStatementSubstraitPlan command,
FlightProducer.CallContext context,
FlightDescriptor descriptor) |
SchemaResult |
FlightSqlScenarioProducer.getSchemaSubstraitPlan(FlightSql.CommandStatementSubstraitPlan command,
FlightProducer.CallContext context,
FlightDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
default Runnable |
FlightSqlProducer.acceptPutSubstraitPlan(FlightSql.CommandStatementSubstraitPlan command,
FlightProducer.CallContext context,
FlightStream flightStream,
FlightProducer.StreamListener<PutResult> ackStream)
Handle a Substrait plan with uploaded data.
|
default FlightInfo |
FlightSqlProducer.getFlightInfoSubstraitPlan(FlightSql.CommandStatementSubstraitPlan command,
FlightProducer.CallContext context,
FlightDescriptor descriptor)
Evaluate a Substrait plan.
|
default SchemaResult |
FlightSqlProducer.getSchemaSubstraitPlan(FlightSql.CommandStatementSubstraitPlan command,
FlightProducer.CallContext context,
FlightDescriptor descriptor)
Get the result schema for a Substrait plan.
|
Modifier and Type | Method and Description |
---|---|
FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.Builder.build() |
FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.Builder.buildPartial() |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.getDefaultInstance() |
FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.getDefaultInstanceForType() |
FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.Builder.getDefaultInstanceForType() |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.parseDelimitedFrom(InputStream input) |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.parseFrom(byte[] data) |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.parseFrom(ByteBuffer data) |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.parseFrom(com.google.protobuf.ByteString data) |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.parseFrom(com.google.protobuf.CodedInputStream input) |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.parseFrom(InputStream input) |
static FlightSql.CommandStatementSubstraitPlan |
FlightSql.CommandStatementSubstraitPlan.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<FlightSql.CommandStatementSubstraitPlan> |
FlightSql.CommandStatementSubstraitPlan.getParserForType() |
static com.google.protobuf.Parser<FlightSql.CommandStatementSubstraitPlan> |
FlightSql.CommandStatementSubstraitPlan.parser() |
Modifier and Type | Method and Description |
---|---|
FlightSql.CommandStatementSubstraitPlan.Builder |
FlightSql.CommandStatementSubstraitPlan.Builder.mergeFrom(FlightSql.CommandStatementSubstraitPlan other) |
static FlightSql.CommandStatementSubstraitPlan.Builder |
FlightSql.CommandStatementSubstraitPlan.newBuilder(FlightSql.CommandStatementSubstraitPlan prototype) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.