trait ExecutePlanResponseOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- ExecutePlanResponseOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
-
abstract
def
getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
-
abstract
def
getArrowBatch(): ArrowBatch
.spark.connect.ExecutePlanResponse.ArrowBatch arrow_batch = 2;.spark.connect.ExecutePlanResponse.ArrowBatch arrow_batch = 2;- returns
The arrowBatch.
-
abstract
def
getArrowBatchOrBuilder(): ArrowBatchOrBuilder
.spark.connect.ExecutePlanResponse.ArrowBatch arrow_batch = 2; -
abstract
def
getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
-
abstract
def
getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
-
abstract
def
getExtension(): Any
Support arbitrary result objects.
Support arbitrary result objects.
.google.protobuf.Any extension = 999;- returns
The extension.
-
abstract
def
getExtensionOrBuilder(): AnyOrBuilder
Support arbitrary result objects.
Support arbitrary result objects.
.google.protobuf.Any extension = 999; -
abstract
def
getField(field: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
-
abstract
def
getGetResourcesCommandResult(): GetResourcesCommandResult
Response for 'SparkContext.resources'.
Response for 'SparkContext.resources'.
.spark.connect.GetResourcesCommandResult get_resources_command_result = 10;- returns
The getResourcesCommandResult.
-
abstract
def
getGetResourcesCommandResultOrBuilder(): GetResourcesCommandResultOrBuilder
Response for 'SparkContext.resources'.
Response for 'SparkContext.resources'.
.spark.connect.GetResourcesCommandResult get_resources_command_result = 10; -
abstract
def
getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
-
abstract
def
getMetrics(): Metrics
Metrics for the query execution. Typically, this field is only present in the last batch of results and then represent the overall state of the query execution.
Metrics for the query execution. Typically, this field is only present in the last batch of results and then represent the overall state of the query execution.
.spark.connect.ExecutePlanResponse.Metrics metrics = 4;- returns
The metrics.
-
abstract
def
getMetricsOrBuilder(): MetricsOrBuilder
Metrics for the query execution. Typically, this field is only present in the last batch of results and then represent the overall state of the query execution.
Metrics for the query execution. Typically, this field is only present in the last batch of results and then represent the overall state of the query execution.
.spark.connect.ExecutePlanResponse.Metrics metrics = 4; -
abstract
def
getObservedMetrics(index: Int): ObservedMetrics
The metrics observed during the execution of the query plan.
The metrics observed during the execution of the query plan.
repeated .spark.connect.ExecutePlanResponse.ObservedMetrics observed_metrics = 6; -
abstract
def
getObservedMetricsCount(): Int
The metrics observed during the execution of the query plan.
The metrics observed during the execution of the query plan.
repeated .spark.connect.ExecutePlanResponse.ObservedMetrics observed_metrics = 6; -
abstract
def
getObservedMetricsList(): List[ObservedMetrics]
The metrics observed during the execution of the query plan.
The metrics observed during the execution of the query plan.
repeated .spark.connect.ExecutePlanResponse.ObservedMetrics observed_metrics = 6; -
abstract
def
getObservedMetricsOrBuilder(index: Int): ObservedMetricsOrBuilder
The metrics observed during the execution of the query plan.
The metrics observed during the execution of the query plan.
repeated .spark.connect.ExecutePlanResponse.ObservedMetrics observed_metrics = 6; -
abstract
def
getObservedMetricsOrBuilderList(): List[_ <: ObservedMetricsOrBuilder]
The metrics observed during the execution of the query plan.
The metrics observed during the execution of the query plan.
repeated .spark.connect.ExecutePlanResponse.ObservedMetrics observed_metrics = 6; -
abstract
def
getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
-
abstract
def
getOperationId(): String
Identifies the ExecutePlan execution. If set by the client in ExecutePlanRequest.operationId, that value is returned. Otherwise generated by the server. It is an UUID string of the format `00112233-4455-6677-8899-aabbccddeeff`
Identifies the ExecutePlan execution. If set by the client in ExecutePlanRequest.operationId, that value is returned. Otherwise generated by the server. It is an UUID string of the format `00112233-4455-6677-8899-aabbccddeeff`
string operation_id = 12;- returns
The operationId.
-
abstract
def
getOperationIdBytes(): ByteString
Identifies the ExecutePlan execution. If set by the client in ExecutePlanRequest.operationId, that value is returned. Otherwise generated by the server. It is an UUID string of the format `00112233-4455-6677-8899-aabbccddeeff`
Identifies the ExecutePlan execution. If set by the client in ExecutePlanRequest.operationId, that value is returned. Otherwise generated by the server. It is an UUID string of the format `00112233-4455-6677-8899-aabbccddeeff`
string operation_id = 12;- returns
The bytes for operationId.
-
abstract
def
getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- MessageOrBuilder
-
abstract
def
getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
-
abstract
def
getResponseId(): String
Identified the response in the stream. The id is an UUID string of the format `00112233-4455-6677-8899-aabbccddeeff`
Identified the response in the stream. The id is an UUID string of the format `00112233-4455-6677-8899-aabbccddeeff`
string response_id = 13;- returns
The responseId.
-
abstract
def
getResponseIdBytes(): ByteString
Identified the response in the stream. The id is an UUID string of the format `00112233-4455-6677-8899-aabbccddeeff`
Identified the response in the stream. The id is an UUID string of the format `00112233-4455-6677-8899-aabbccddeeff`
string response_id = 13;- returns
The bytes for responseId.
- abstract def getResponseTypeCase(): ResponseTypeCase
-
abstract
def
getResultComplete(): ResultComplete
Response type informing if the stream is complete in reattachable execution.
Response type informing if the stream is complete in reattachable execution.
.spark.connect.ExecutePlanResponse.ResultComplete result_complete = 14;- returns
The resultComplete.
-
abstract
def
getResultCompleteOrBuilder(): ResultCompleteOrBuilder
Response type informing if the stream is complete in reattachable execution.
Response type informing if the stream is complete in reattachable execution.
.spark.connect.ExecutePlanResponse.ResultComplete result_complete = 14; -
abstract
def
getSchema(): DataType
(Optional) The Spark schema. This field is available when `collect` is called.
(Optional) The Spark schema. This field is available when `collect` is called.
.spark.connect.DataType schema = 7;- returns
The schema.
-
abstract
def
getSchemaOrBuilder(): DataTypeOrBuilder
(Optional) The Spark schema. This field is available when `collect` is called.
(Optional) The Spark schema. This field is available when `collect` is called.
.spark.connect.DataType schema = 7; -
abstract
def
getSessionId(): String
string session_id = 1;string session_id = 1;- returns
The sessionId.
-
abstract
def
getSessionIdBytes(): ByteString
string session_id = 1;string session_id = 1;- returns
The bytes for sessionId.
-
abstract
def
getSqlCommandResult(): SqlCommandResult
Special case for executing SQL commands.
Special case for executing SQL commands.
.spark.connect.ExecutePlanResponse.SqlCommandResult sql_command_result = 5;- returns
The sqlCommandResult.
-
abstract
def
getSqlCommandResultOrBuilder(): SqlCommandResultOrBuilder
Special case for executing SQL commands.
Special case for executing SQL commands.
.spark.connect.ExecutePlanResponse.SqlCommandResult sql_command_result = 5; -
abstract
def
getStreamingQueryCommandResult(): StreamingQueryCommandResult
Response for commands on a streaming query.
Response for commands on a streaming query.
.spark.connect.StreamingQueryCommandResult streaming_query_command_result = 9;- returns
The streamingQueryCommandResult.
-
abstract
def
getStreamingQueryCommandResultOrBuilder(): StreamingQueryCommandResultOrBuilder
Response for commands on a streaming query.
Response for commands on a streaming query.
.spark.connect.StreamingQueryCommandResult streaming_query_command_result = 9; -
abstract
def
getStreamingQueryManagerCommandResult(): StreamingQueryManagerCommandResult
Response for commands on the streaming query manager.
Response for commands on the streaming query manager.
.spark.connect.StreamingQueryManagerCommandResult streaming_query_manager_command_result = 11;- returns
The streamingQueryManagerCommandResult.
-
abstract
def
getStreamingQueryManagerCommandResultOrBuilder(): StreamingQueryManagerCommandResultOrBuilder
Response for commands on the streaming query manager.
Response for commands on the streaming query manager.
.spark.connect.StreamingQueryManagerCommandResult streaming_query_manager_command_result = 11; -
abstract
def
getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
-
abstract
def
getWriteStreamOperationStartResult(): WriteStreamOperationStartResult
Response for a streaming query.
Response for a streaming query.
.spark.connect.WriteStreamOperationStartResult write_stream_operation_start_result = 8;- returns
The writeStreamOperationStartResult.
-
abstract
def
getWriteStreamOperationStartResultOrBuilder(): WriteStreamOperationStartResultOrBuilder
Response for a streaming query.
Response for a streaming query.
.spark.connect.WriteStreamOperationStartResult write_stream_operation_start_result = 8; -
abstract
def
hasArrowBatch(): Boolean
.spark.connect.ExecutePlanResponse.ArrowBatch arrow_batch = 2;.spark.connect.ExecutePlanResponse.ArrowBatch arrow_batch = 2;- returns
Whether the arrowBatch field is set.
-
abstract
def
hasExtension(): Boolean
Support arbitrary result objects.
Support arbitrary result objects.
.google.protobuf.Any extension = 999;- returns
Whether the extension field is set.
-
abstract
def
hasField(field: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
-
abstract
def
hasGetResourcesCommandResult(): Boolean
Response for 'SparkContext.resources'.
Response for 'SparkContext.resources'.
.spark.connect.GetResourcesCommandResult get_resources_command_result = 10;- returns
Whether the getResourcesCommandResult field is set.
-
abstract
def
hasMetrics(): Boolean
Metrics for the query execution. Typically, this field is only present in the last batch of results and then represent the overall state of the query execution.
Metrics for the query execution. Typically, this field is only present in the last batch of results and then represent the overall state of the query execution.
.spark.connect.ExecutePlanResponse.Metrics metrics = 4;- returns
Whether the metrics field is set.
-
abstract
def
hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
-
abstract
def
hasResultComplete(): Boolean
Response type informing if the stream is complete in reattachable execution.
Response type informing if the stream is complete in reattachable execution.
.spark.connect.ExecutePlanResponse.ResultComplete result_complete = 14;- returns
Whether the resultComplete field is set.
-
abstract
def
hasSchema(): Boolean
(Optional) The Spark schema. This field is available when `collect` is called.
(Optional) The Spark schema. This field is available when `collect` is called.
.spark.connect.DataType schema = 7;- returns
Whether the schema field is set.
-
abstract
def
hasSqlCommandResult(): Boolean
Special case for executing SQL commands.
Special case for executing SQL commands.
.spark.connect.ExecutePlanResponse.SqlCommandResult sql_command_result = 5;- returns
Whether the sqlCommandResult field is set.
-
abstract
def
hasStreamingQueryCommandResult(): Boolean
Response for commands on a streaming query.
Response for commands on a streaming query.
.spark.connect.StreamingQueryCommandResult streaming_query_command_result = 9;- returns
Whether the streamingQueryCommandResult field is set.
-
abstract
def
hasStreamingQueryManagerCommandResult(): Boolean
Response for commands on the streaming query manager.
Response for commands on the streaming query manager.
.spark.connect.StreamingQueryManagerCommandResult streaming_query_manager_command_result = 11;- returns
Whether the streamingQueryManagerCommandResult field is set.
-
abstract
def
hasWriteStreamOperationStartResult(): Boolean
Response for a streaming query.
Response for a streaming query.
.spark.connect.WriteStreamOperationStartResult write_stream_operation_start_result = 8;- returns
Whether the writeStreamOperationStartResult field is set.
-
abstract
def
isInitialized(): Boolean
- Definition Classes
- MessageLiteOrBuilder
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()