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
- Protected
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(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: AnyRef): 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[_ <: AnyRef]
- 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(arg0: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getOneofFieldDescriptor(arg0: 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 getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getRepeatedFieldCount(arg0: 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()
- final def getUnknownFields(): UnknownFieldSet
- Definition Classes
- Command → GeneratedMessageV3 → MessageOrBuilder
- Annotations
- @Override()
- 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 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(arg0: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasOneof(arg0: 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 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 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 hashCode(): Int
- Definition Classes
- Command → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def internalGetFieldAccessorTable(): FieldAccessorTable
- def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
- 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(arg0: 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(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def writeDelimitedTo(arg0: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
- def writeReplace(): AnyRef
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.ObjectStreamException])
- def writeTo(output: CodedOutputStream): Unit
- Definition Classes
- Command → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(arg0: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
Deprecated Value Members
- def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
- Deprecated