Package org.apache.arrow.flight.sql.impl
Interface FlightSql.ActionCancelQueryResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlightSql.ActionCancelQueryResult
,FlightSql.ActionCancelQueryResult.Builder
- Enclosing class:
- FlightSql
@Deprecated
public static interface FlightSql.ActionCancelQueryResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated..arrow.flight.protocol.sql.ActionCancelQueryResult.CancelResult result = 1;
int
Deprecated..arrow.flight.protocol.sql.ActionCancelQueryResult.CancelResult result = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResultValue
int getResultValue()Deprecated..arrow.flight.protocol.sql.ActionCancelQueryResult.CancelResult result = 1;
- Returns:
- The enum numeric value on the wire for result.
-
getResult
FlightSql.ActionCancelQueryResult.CancelResult getResult()Deprecated..arrow.flight.protocol.sql.ActionCancelQueryResult.CancelResult result = 1;
- Returns:
- The result.
-