trait SetOperationOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- SetOperationOrBuilder
- 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
getAllowMissingColumns(): Boolean
(Optional) If to perform the Set operation and allow missing columns. Only UNION supports this option.
(Optional) If to perform the Set operation and allow missing columns. Only UNION supports this option.
optional bool allow_missing_columns = 6;- returns
The allowMissingColumns.
-
abstract
def
getByName(): Boolean
(Optional) If to perform the Set operation based on name resolution. Only UNION supports this option.
(Optional) If to perform the Set operation based on name resolution. Only UNION supports this option.
optional bool by_name = 5;- returns
The byName.
-
abstract
def
getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
-
abstract
def
getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
-
abstract
def
getField(field: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
-
abstract
def
getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
-
abstract
def
getIsAll(): Boolean
(Optional) If to remove duplicate rows. True to preserve all results. False to remove duplicate rows.
(Optional) If to remove duplicate rows. True to preserve all results. False to remove duplicate rows.
optional bool is_all = 4;- returns
The isAll.
-
abstract
def
getLeftInput(): Relation
(Required) Left input relation for a Set operation.
(Required) Left input relation for a Set operation.
.spark.connect.Relation left_input = 1;- returns
The leftInput.
-
abstract
def
getLeftInputOrBuilder(): RelationOrBuilder
(Required) Left input relation for a Set operation.
(Required) Left input relation for a Set operation.
.spark.connect.Relation left_input = 1; -
abstract
def
getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
-
abstract
def
getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- MessageOrBuilder
-
abstract
def
getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
-
abstract
def
getRightInput(): Relation
(Required) Right input relation for a Set operation.
(Required) Right input relation for a Set operation.
.spark.connect.Relation right_input = 2;- returns
The rightInput.
-
abstract
def
getRightInputOrBuilder(): RelationOrBuilder
(Required) Right input relation for a Set operation.
(Required) Right input relation for a Set operation.
.spark.connect.Relation right_input = 2; -
abstract
def
getSetOpType(): SetOpType
(Required) The Set operation type.
(Required) The Set operation type.
.spark.connect.SetOperation.SetOpType set_op_type = 3;- returns
The setOpType.
-
abstract
def
getSetOpTypeValue(): Int
(Required) The Set operation type.
(Required) The Set operation type.
.spark.connect.SetOperation.SetOpType set_op_type = 3;- returns
The enum numeric value on the wire for setOpType.
-
abstract
def
getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
-
abstract
def
hasAllowMissingColumns(): Boolean
(Optional) If to perform the Set operation and allow missing columns. Only UNION supports this option.
(Optional) If to perform the Set operation and allow missing columns. Only UNION supports this option.
optional bool allow_missing_columns = 6;- returns
Whether the allowMissingColumns field is set.
-
abstract
def
hasByName(): Boolean
(Optional) If to perform the Set operation based on name resolution. Only UNION supports this option.
(Optional) If to perform the Set operation based on name resolution. Only UNION supports this option.
optional bool by_name = 5;- returns
Whether the byName field is set.
-
abstract
def
hasField(field: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
-
abstract
def
hasIsAll(): Boolean
(Optional) If to remove duplicate rows. True to preserve all results. False to remove duplicate rows.
(Optional) If to remove duplicate rows. True to preserve all results. False to remove duplicate rows.
optional bool is_all = 4;- returns
Whether the isAll field is set.
-
abstract
def
hasLeftInput(): Boolean
(Required) Left input relation for a Set operation.
(Required) Left input relation for a Set operation.
.spark.connect.Relation left_input = 1;- returns
Whether the leftInput field is set.
-
abstract
def
hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
-
abstract
def
hasRightInput(): Boolean
(Required) Right input relation for a Set operation.
(Required) Right input relation for a Set operation.
.spark.connect.Relation right_input = 2;- returns
Whether the rightInput 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()