trait CommandOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- CommandOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
- abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
- abstract def getCommandTypeCase(): CommandTypeCase
- abstract def getCreateDataframeView(): CreateDataFrameViewCommand
.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;- returns
The createDataframeView.
- abstract def getCreateDataframeViewOrBuilder(): CreateDataFrameViewCommandOrBuilder
.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3; - abstract def getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
- abstract def getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
- abstract 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.
- abstract 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; - abstract def getField(arg0: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
- abstract def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
- abstract def getRegisterFunction(): CommonInlineUserDefinedFunction
.spark.connect.CommonInlineUserDefinedFunction register_function = 1;.spark.connect.CommonInlineUserDefinedFunction register_function = 1;- returns
The registerFunction.
- abstract def getRegisterFunctionOrBuilder(): CommonInlineUserDefinedFunctionOrBuilder
.spark.connect.CommonInlineUserDefinedFunction register_function = 1; - abstract def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedFieldCount(arg0: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
- abstract def getSqlCommand(): SqlCommand
.spark.connect.SqlCommand sql_command = 5;.spark.connect.SqlCommand sql_command = 5;- returns
The sqlCommand.
- abstract def getSqlCommandOrBuilder(): SqlCommandOrBuilder
.spark.connect.SqlCommand sql_command = 5; - abstract def getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
- abstract def getWriteOperation(): WriteOperation
.spark.connect.WriteOperation write_operation = 2;.spark.connect.WriteOperation write_operation = 2;- returns
The writeOperation.
- abstract def getWriteOperationOrBuilder(): WriteOperationOrBuilder
.spark.connect.WriteOperation write_operation = 2; - abstract def getWriteOperationV2(): WriteOperationV2
.spark.connect.WriteOperationV2 write_operation_v2 = 4;.spark.connect.WriteOperationV2 write_operation_v2 = 4;- returns
The writeOperationV2.
- abstract def getWriteOperationV2OrBuilder(): WriteOperationV2OrBuilder
.spark.connect.WriteOperationV2 write_operation_v2 = 4; - abstract def hasCreateDataframeView(): Boolean
.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;- returns
Whether the createDataframeView field is set.
- abstract 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.
- abstract def hasField(arg0: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def hasOneof(arg0: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def hasRegisterFunction(): Boolean
.spark.connect.CommonInlineUserDefinedFunction register_function = 1;.spark.connect.CommonInlineUserDefinedFunction register_function = 1;- returns
Whether the registerFunction field is set.
- abstract def hasSqlCommand(): Boolean
.spark.connect.SqlCommand sql_command = 5;.spark.connect.SqlCommand sql_command = 5;- returns
Whether the sqlCommand field is set.
- abstract def hasWriteOperation(): Boolean
.spark.connect.WriteOperation write_operation = 2;.spark.connect.WriteOperation write_operation = 2;- returns
Whether the writeOperation field is set.
- abstract def hasWriteOperationV2(): Boolean
.spark.connect.WriteOperationV2 write_operation_v2 = 4;.spark.connect.WriteOperationV2 write_operation_v2 = 4;- returns
Whether the writeOperationV2 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(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- 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(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()