trait CommandOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- CommandOrBuilder
- 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 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(field: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
-
abstract
def
getGetResourcesCommand(): GetResourcesCommand
.spark.connect.GetResourcesCommand get_resources_command = 8;.spark.connect.GetResourcesCommand get_resources_command = 8;- returns
The getResourcesCommand.
-
abstract
def
getGetResourcesCommandOrBuilder(): GetResourcesCommandOrBuilder
.spark.connect.GetResourcesCommand get_resources_command = 8; -
abstract
def
getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
-
abstract
def
getOneofFieldDescriptor(oneof: 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
getRegisterTableFunction(): CommonInlineUserDefinedTableFunction
.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;- returns
The registerTableFunction.
-
abstract
def
getRegisterTableFunctionOrBuilder(): CommonInlineUserDefinedTableFunctionOrBuilder
.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10; -
abstract
def
getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- MessageOrBuilder
-
abstract
def
getRepeatedFieldCount(field: 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
getStreamingQueryCommand(): StreamingQueryCommand
.spark.connect.StreamingQueryCommand streaming_query_command = 7;.spark.connect.StreamingQueryCommand streaming_query_command = 7;- returns
The streamingQueryCommand.
-
abstract
def
getStreamingQueryCommandOrBuilder(): StreamingQueryCommandOrBuilder
.spark.connect.StreamingQueryCommand streaming_query_command = 7; -
abstract
def
getStreamingQueryManagerCommand(): StreamingQueryManagerCommand
.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;- returns
The streamingQueryManagerCommand.
-
abstract
def
getStreamingQueryManagerCommandOrBuilder(): StreamingQueryManagerCommandOrBuilder
.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9; -
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
getWriteStreamOperationStart(): WriteStreamOperationStart
.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;- returns
The writeStreamOperationStart.
-
abstract
def
getWriteStreamOperationStartOrBuilder(): WriteStreamOperationStartOrBuilder
.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6; -
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(field: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
-
abstract
def
hasGetResourcesCommand(): Boolean
.spark.connect.GetResourcesCommand get_resources_command = 8;.spark.connect.GetResourcesCommand get_resources_command = 8;- returns
Whether the getResourcesCommand field is set.
-
abstract
def
hasOneof(oneof: 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
hasRegisterTableFunction(): Boolean
.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;- returns
Whether the registerTableFunction 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
hasStreamingQueryCommand(): Boolean
.spark.connect.StreamingQueryCommand streaming_query_command = 7;.spark.connect.StreamingQueryCommand streaming_query_command = 7;- returns
Whether the streamingQueryCommand field is set.
-
abstract
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.
-
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
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.
-
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()