final class Command extends GeneratedMessageV3 with CommandOrBuilder
A [[Command]] is an operation that is executed by the server that does not directly consume or produce a relational result.
Protobuf type spark.connect.Command
- Alphabetic
- By Inheritance
- Command
- CommandOrBuilder
- GeneratedMessageV3
- Serializable
- AbstractMessage
- Message
- MessageOrBuilder
- AbstractMessageLite
- MessageLite
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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(obj: Any): Boolean
- Definition Classes
- Command → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findInitializationErrors(): List[String]
- Definition Classes
- AbstractMessage → MessageOrBuilder
-
def
getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getCommandTypeCase(): CommandTypeCase
- Definition Classes
- Command → CommandOrBuilder
-
def
getCreateDataframeView(): CreateDataFrameViewCommand
.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;- returns
The createDataframeView.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getCreateDataframeViewOrBuilder(): CreateDataFrameViewCommandOrBuilder
.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getDefaultInstanceForType(): Command
- Definition Classes
- Command → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
-
def
getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
-
def
getExtension(): Any
This field is used to mark extensions to the protocol. When plugins generate arbitrary Commands they can add them here. During the planning the correct resolution is done.
This field is used to mark extensions to the protocol. When plugins generate arbitrary Commands they can add them here. During the planning the correct resolution is done.
.google.protobuf.Any extension = 999;- returns
The extension.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getExtensionOrBuilder(): AnyOrBuilder
This field is used to mark extensions to the protocol. When plugins generate arbitrary Commands they can add them here. During the planning the correct resolution is done.
This field is used to mark extensions to the protocol. When plugins generate arbitrary Commands they can add them here. During the planning the correct resolution is done.
.google.protobuf.Any extension = 999;- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getField(field: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
-
def
getGetResourcesCommand(): GetResourcesCommand
.spark.connect.GetResourcesCommand get_resources_command = 8;.spark.connect.GetResourcesCommand get_resources_command = 8;- returns
The getResourcesCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getGetResourcesCommandOrBuilder(): GetResourcesCommandOrBuilder
.spark.connect.GetResourcesCommand get_resources_command = 8;.spark.connect.GetResourcesCommand get_resources_command = 8;- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
-
def
getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
-
def
getParserForType(): Parser[Command]
- Definition Classes
- Command → GeneratedMessageV3 → Message → MessageLite
- Annotations
- @Override()
-
def
getRegisterFunction(): CommonInlineUserDefinedFunction
.spark.connect.CommonInlineUserDefinedFunction register_function = 1;.spark.connect.CommonInlineUserDefinedFunction register_function = 1;- returns
The registerFunction.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getRegisterFunctionOrBuilder(): CommonInlineUserDefinedFunctionOrBuilder
.spark.connect.CommonInlineUserDefinedFunction register_function = 1;.spark.connect.CommonInlineUserDefinedFunction register_function = 1;- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getRegisterTableFunction(): CommonInlineUserDefinedTableFunction
.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;- returns
The registerTableFunction.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getRegisterTableFunctionOrBuilder(): CommonInlineUserDefinedTableFunctionOrBuilder
.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
-
def
getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
-
def
getSerializedSize(): Int
- Definition Classes
- Command → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
-
def
getSqlCommand(): SqlCommand
.spark.connect.SqlCommand sql_command = 5;.spark.connect.SqlCommand sql_command = 5;- returns
The sqlCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getSqlCommandOrBuilder(): SqlCommandOrBuilder
.spark.connect.SqlCommand sql_command = 5;.spark.connect.SqlCommand sql_command = 5;- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getStreamingQueryCommand(): StreamingQueryCommand
.spark.connect.StreamingQueryCommand streaming_query_command = 7;.spark.connect.StreamingQueryCommand streaming_query_command = 7;- returns
The streamingQueryCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getStreamingQueryCommandOrBuilder(): StreamingQueryCommandOrBuilder
.spark.connect.StreamingQueryCommand streaming_query_command = 7;.spark.connect.StreamingQueryCommand streaming_query_command = 7;- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getStreamingQueryManagerCommand(): StreamingQueryManagerCommand
.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;- returns
The streamingQueryManagerCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getStreamingQueryManagerCommandOrBuilder(): StreamingQueryManagerCommandOrBuilder
.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
-
def
getWriteOperation(): WriteOperation
.spark.connect.WriteOperation write_operation = 2;.spark.connect.WriteOperation write_operation = 2;- returns
The writeOperation.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getWriteOperationOrBuilder(): WriteOperationOrBuilder
.spark.connect.WriteOperation write_operation = 2;.spark.connect.WriteOperation write_operation = 2;- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getWriteOperationV2(): WriteOperationV2
.spark.connect.WriteOperationV2 write_operation_v2 = 4;.spark.connect.WriteOperationV2 write_operation_v2 = 4;- returns
The writeOperationV2.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getWriteOperationV2OrBuilder(): WriteOperationV2OrBuilder
.spark.connect.WriteOperationV2 write_operation_v2 = 4;.spark.connect.WriteOperationV2 write_operation_v2 = 4;- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getWriteStreamOperationStart(): WriteStreamOperationStart
.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;- returns
The writeStreamOperationStart.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
getWriteStreamOperationStartOrBuilder(): WriteStreamOperationStartOrBuilder
.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
hasCreateDataframeView(): Boolean
.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;- returns
Whether the createDataframeView field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
hasExtension(): Boolean
This field is used to mark extensions to the protocol. When plugins generate arbitrary Commands they can add them here. During the planning the correct resolution is done.
This field is used to mark extensions to the protocol. When plugins generate arbitrary Commands they can add them here. During the planning the correct resolution is done.
.google.protobuf.Any extension = 999;- returns
Whether the extension field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
hasField(field: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
-
def
hasGetResourcesCommand(): Boolean
.spark.connect.GetResourcesCommand get_resources_command = 8;.spark.connect.GetResourcesCommand get_resources_command = 8;- returns
Whether the getResourcesCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
-
def
hasRegisterFunction(): Boolean
.spark.connect.CommonInlineUserDefinedFunction register_function = 1;.spark.connect.CommonInlineUserDefinedFunction register_function = 1;- returns
Whether the registerFunction field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
hasRegisterTableFunction(): Boolean
.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;- returns
Whether the registerTableFunction field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
hasSqlCommand(): Boolean
.spark.connect.SqlCommand sql_command = 5;.spark.connect.SqlCommand sql_command = 5;- returns
Whether the sqlCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
hasStreamingQueryCommand(): Boolean
.spark.connect.StreamingQueryCommand streaming_query_command = 7;.spark.connect.StreamingQueryCommand streaming_query_command = 7;- returns
Whether the streamingQueryCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
hasStreamingQueryManagerCommand(): Boolean
.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;- returns
Whether the streamingQueryManagerCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
hasWriteOperation(): Boolean
.spark.connect.WriteOperation write_operation = 2;.spark.connect.WriteOperation write_operation = 2;- returns
Whether the writeOperation field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
hasWriteOperationV2(): Boolean
.spark.connect.WriteOperationV2 write_operation_v2 = 4;.spark.connect.WriteOperationV2 write_operation_v2 = 4;- returns
Whether the writeOperationV2 field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
hasWriteStreamOperationStart(): Boolean
.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;- returns
Whether the writeStreamOperationStart field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
-
def
hashCode(): Int
- Definition Classes
- Command → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def internalGetFieldAccessorTable(): FieldAccessorTable
-
def
internalGetMapField(fieldNumber: Int): MapField[_, _]
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
-
final
def
isInitialized(): Boolean
- Definition Classes
- Command → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
- Annotations
- @Override()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
makeExtensionsImmutable(): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilderForType(parent: BuilderParent): Builder
-
def
newBuilderForType(): Builder
- Definition Classes
- Command → Message → MessageLite
- Annotations
- @Override()
-
def
newBuilderForType(parent: BuilderParent): Builder
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3 → AbstractMessage
- def newInstance(unused: UnusedPrivateParameter): AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toBuilder(): Builder
- Definition Classes
- Command → Message → MessageLite
- Annotations
- @Override()
-
def
toByteArray(): Array[Byte]
- Definition Classes
- AbstractMessageLite → MessageLite
-
def
toByteString(): ByteString
- Definition Classes
- AbstractMessageLite → MessageLite
-
final
def
toString(): String
- Definition Classes
- AbstractMessage → Message → 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()
-
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
writeReplace(): AnyRef
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws( ... )
-
def
writeTo(output: CodedOutputStream): Unit
- Definition Classes
- Command → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
-
def
writeTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws( classOf[java.io.IOException] )
Deprecated Value Members
-
def
mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws( ... ) @Deprecated
- Deprecated