Packages

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

Linear Supertypes
CommandOrBuilder, GeneratedMessageV3, Serializable, AbstractMessage, Message, MessageOrBuilder, AbstractMessageLite[MessageType, BuilderType], MessageLite, MessageLiteOrBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Command
  2. CommandOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: Any): Boolean
    Definition Classes
    Command → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getCommandTypeCase(): CommandTypeCase
    Definition Classes
    CommandCommandOrBuilder
  13. def getCreateDataframeView(): CreateDataFrameViewCommand

    .spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;

    .spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;

    returns

    The createDataframeView.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  14. def getCreateDataframeViewOrBuilder(): CreateDataFrameViewCommandOrBuilder

    .spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;

    .spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  15. def getDefaultInstanceForType(): Command
    Definition Classes
    Command → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  16. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  17. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  18. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  19. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  20. def getGetResourcesCommand(): GetResourcesCommand

    .spark.connect.GetResourcesCommand get_resources_command = 8;

    .spark.connect.GetResourcesCommand get_resources_command = 8;

    returns

    The getResourcesCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  21. def getGetResourcesCommandOrBuilder(): GetResourcesCommandOrBuilder

    .spark.connect.GetResourcesCommand get_resources_command = 8;

    .spark.connect.GetResourcesCommand get_resources_command = 8;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  22. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  23. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  24. def getParserForType(): Parser[Command]
    Definition Classes
    Command → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  25. def getRegisterFunction(): CommonInlineUserDefinedFunction

    .spark.connect.CommonInlineUserDefinedFunction register_function = 1;

    .spark.connect.CommonInlineUserDefinedFunction register_function = 1;

    returns

    The registerFunction.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  26. def getRegisterFunctionOrBuilder(): CommonInlineUserDefinedFunctionOrBuilder

    .spark.connect.CommonInlineUserDefinedFunction register_function = 1;

    .spark.connect.CommonInlineUserDefinedFunction register_function = 1;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  27. def getRegisterTableFunction(): CommonInlineUserDefinedTableFunction

    .spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;

    .spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;

    returns

    The registerTableFunction.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  28. def getRegisterTableFunctionOrBuilder(): CommonInlineUserDefinedTableFunctionOrBuilder

    .spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;

    .spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  29. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  30. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  31. def getSerializedSize(): Int
    Definition Classes
    Command → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  32. def getSqlCommand(): SqlCommand

    .spark.connect.SqlCommand sql_command = 5;

    .spark.connect.SqlCommand sql_command = 5;

    returns

    The sqlCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  33. def getSqlCommandOrBuilder(): SqlCommandOrBuilder

    .spark.connect.SqlCommand sql_command = 5;

    .spark.connect.SqlCommand sql_command = 5;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  34. def getStreamingQueryCommand(): StreamingQueryCommand

    .spark.connect.StreamingQueryCommand streaming_query_command = 7;

    .spark.connect.StreamingQueryCommand streaming_query_command = 7;

    returns

    The streamingQueryCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  35. def getStreamingQueryCommandOrBuilder(): StreamingQueryCommandOrBuilder

    .spark.connect.StreamingQueryCommand streaming_query_command = 7;

    .spark.connect.StreamingQueryCommand streaming_query_command = 7;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  36. def getStreamingQueryManagerCommand(): StreamingQueryManagerCommand

    .spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;

    .spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;

    returns

    The streamingQueryManagerCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  37. def getStreamingQueryManagerCommandOrBuilder(): StreamingQueryManagerCommandOrBuilder

    .spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;

    .spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  38. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  39. def getWriteOperation(): WriteOperation

    .spark.connect.WriteOperation write_operation = 2;

    .spark.connect.WriteOperation write_operation = 2;

    returns

    The writeOperation.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  40. def getWriteOperationOrBuilder(): WriteOperationOrBuilder

    .spark.connect.WriteOperation write_operation = 2;

    .spark.connect.WriteOperation write_operation = 2;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  41. def getWriteOperationV2(): WriteOperationV2

    .spark.connect.WriteOperationV2 write_operation_v2 = 4;

    .spark.connect.WriteOperationV2 write_operation_v2 = 4;

    returns

    The writeOperationV2.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  42. def getWriteOperationV2OrBuilder(): WriteOperationV2OrBuilder

    .spark.connect.WriteOperationV2 write_operation_v2 = 4;

    .spark.connect.WriteOperationV2 write_operation_v2 = 4;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  43. def getWriteStreamOperationStart(): WriteStreamOperationStart

    .spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;

    .spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;

    returns

    The writeStreamOperationStart.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  44. def getWriteStreamOperationStartOrBuilder(): WriteStreamOperationStartOrBuilder

    .spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;

    .spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  45. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  46. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  47. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  48. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  49. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  50. def hasRegisterFunction(): Boolean

    .spark.connect.CommonInlineUserDefinedFunction register_function = 1;

    .spark.connect.CommonInlineUserDefinedFunction register_function = 1;

    returns

    Whether the registerFunction field is set.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  51. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  52. def hasSqlCommand(): Boolean

    .spark.connect.SqlCommand sql_command = 5;

    .spark.connect.SqlCommand sql_command = 5;

    returns

    Whether the sqlCommand field is set.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  53. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  54. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  55. def hasWriteOperation(): Boolean

    .spark.connect.WriteOperation write_operation = 2;

    .spark.connect.WriteOperation write_operation = 2;

    returns

    Whether the writeOperation field is set.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  56. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  57. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  58. def hashCode(): Int
    Definition Classes
    Command → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  59. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[proto]
    Definition Classes
    Command → GeneratedMessageV3
    Annotations
    @Override()
  60. def internalGetMapField(fieldNumber: Int): MapField[_, _]
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  61. final def isInitialized(): Boolean
    Definition Classes
    Command → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  62. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  63. def makeExtensionsImmutable(): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  64. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[proto]
    Definition Classes
    Command → GeneratedMessageV3
    Annotations
    @Override()
  66. def newBuilderForType(): Builder
    Definition Classes
    Command → Message → MessageLite
    Annotations
    @Override()
  67. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  68. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[proto]
    Definition Classes
    Command → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  69. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  70. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  71. def parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws( classOf[java.io.IOException] )
  72. def parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws( classOf[java.io.IOException] )
  73. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  74. def toBuilder(): Builder
    Definition Classes
    Command → Message → MessageLite
    Annotations
    @Override()
  75. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  76. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  77. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  81. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws( classOf[java.io.IOException] )
  82. def writeReplace(): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws( ... )
  83. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    Command → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  84. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws( classOf[java.io.IOException] )

Deprecated Value Members

  1. def mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws( ... ) @Deprecated
    Deprecated

Inherited from CommandOrBuilder

Inherited from GeneratedMessageV3

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped