trait ExpressionOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- ExpressionOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
- abstract def getAlias(): Alias
.spark.connect.Expression.Alias alias = 6;.spark.connect.Expression.Alias alias = 6;- returns
The alias.
- abstract def getAliasOrBuilder(): AliasOrBuilder
.spark.connect.Expression.Alias alias = 6; - abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
- abstract def getCallFunction(): CallFunction
.spark.connect.CallFunction call_function = 16;.spark.connect.CallFunction call_function = 16;- returns
The callFunction.
- abstract def getCallFunctionOrBuilder(): CallFunctionOrBuilder
.spark.connect.CallFunction call_function = 16; - abstract def getCast(): Cast
.spark.connect.Expression.Cast cast = 7;.spark.connect.Expression.Cast cast = 7;- returns
The cast.
- abstract def getCastOrBuilder(): CastOrBuilder
.spark.connect.Expression.Cast cast = 7; - abstract def getCommonInlineUserDefinedFunction(): CommonInlineUserDefinedFunction
.spark.connect.CommonInlineUserDefinedFunction common_inline_user_defined_function = 15;.spark.connect.CommonInlineUserDefinedFunction common_inline_user_defined_function = 15;- returns
The commonInlineUserDefinedFunction.
- abstract def getCommonInlineUserDefinedFunctionOrBuilder(): CommonInlineUserDefinedFunctionOrBuilder
.spark.connect.CommonInlineUserDefinedFunction common_inline_user_defined_function = 15; - abstract def getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
- abstract def getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
- abstract def getExprTypeCase(): ExprTypeCase
- abstract def getExpressionString(): ExpressionString
.spark.connect.Expression.ExpressionString expression_string = 4;.spark.connect.Expression.ExpressionString expression_string = 4;- returns
The expressionString.
- abstract def getExpressionStringOrBuilder(): ExpressionStringOrBuilder
.spark.connect.Expression.ExpressionString expression_string = 4; - abstract def getExtension(): Any
This field is used to mark extensions to the protocol. When plugins generate arbitrary relations 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 relations 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 relations 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 relations 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 getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
- abstract def getLambdaFunction(): LambdaFunction
.spark.connect.Expression.LambdaFunction lambda_function = 10;.spark.connect.Expression.LambdaFunction lambda_function = 10;- returns
The lambdaFunction.
- abstract def getLambdaFunctionOrBuilder(): LambdaFunctionOrBuilder
.spark.connect.Expression.LambdaFunction lambda_function = 10; - abstract def getLiteral(): Literal
.spark.connect.Expression.Literal literal = 1;.spark.connect.Expression.Literal literal = 1;- returns
The literal.
- abstract def getLiteralOrBuilder(): LiteralOrBuilder
.spark.connect.Expression.Literal literal = 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 getSortOrder(): SortOrder
.spark.connect.Expression.SortOrder sort_order = 9;.spark.connect.Expression.SortOrder sort_order = 9;- returns
The sortOrder.
- abstract def getSortOrderOrBuilder(): SortOrderOrBuilder
.spark.connect.Expression.SortOrder sort_order = 9; - abstract def getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
- abstract def getUnresolvedAttribute(): UnresolvedAttribute
.spark.connect.Expression.UnresolvedAttribute unresolved_attribute = 2;.spark.connect.Expression.UnresolvedAttribute unresolved_attribute = 2;- returns
The unresolvedAttribute.
- abstract def getUnresolvedAttributeOrBuilder(): UnresolvedAttributeOrBuilder
.spark.connect.Expression.UnresolvedAttribute unresolved_attribute = 2; - abstract def getUnresolvedExtractValue(): UnresolvedExtractValue
.spark.connect.Expression.UnresolvedExtractValue unresolved_extract_value = 12;.spark.connect.Expression.UnresolvedExtractValue unresolved_extract_value = 12;- returns
The unresolvedExtractValue.
- abstract def getUnresolvedExtractValueOrBuilder(): UnresolvedExtractValueOrBuilder
.spark.connect.Expression.UnresolvedExtractValue unresolved_extract_value = 12; - abstract def getUnresolvedFunction(): UnresolvedFunction
.spark.connect.Expression.UnresolvedFunction unresolved_function = 3;.spark.connect.Expression.UnresolvedFunction unresolved_function = 3;- returns
The unresolvedFunction.
- abstract def getUnresolvedFunctionOrBuilder(): UnresolvedFunctionOrBuilder
.spark.connect.Expression.UnresolvedFunction unresolved_function = 3; - abstract def getUnresolvedNamedLambdaVariable(): UnresolvedNamedLambdaVariable
.spark.connect.Expression.UnresolvedNamedLambdaVariable unresolved_named_lambda_variable = 14;.spark.connect.Expression.UnresolvedNamedLambdaVariable unresolved_named_lambda_variable = 14;- returns
The unresolvedNamedLambdaVariable.
- abstract def getUnresolvedNamedLambdaVariableOrBuilder(): UnresolvedNamedLambdaVariableOrBuilder
.spark.connect.Expression.UnresolvedNamedLambdaVariable unresolved_named_lambda_variable = 14; - abstract def getUnresolvedRegex(): UnresolvedRegex
.spark.connect.Expression.UnresolvedRegex unresolved_regex = 8;.spark.connect.Expression.UnresolvedRegex unresolved_regex = 8;- returns
The unresolvedRegex.
- abstract def getUnresolvedRegexOrBuilder(): UnresolvedRegexOrBuilder
.spark.connect.Expression.UnresolvedRegex unresolved_regex = 8; - abstract def getUnresolvedStar(): UnresolvedStar
.spark.connect.Expression.UnresolvedStar unresolved_star = 5;.spark.connect.Expression.UnresolvedStar unresolved_star = 5;- returns
The unresolvedStar.
- abstract def getUnresolvedStarOrBuilder(): UnresolvedStarOrBuilder
.spark.connect.Expression.UnresolvedStar unresolved_star = 5; - abstract def getUpdateFields(): UpdateFields
.spark.connect.Expression.UpdateFields update_fields = 13;.spark.connect.Expression.UpdateFields update_fields = 13;- returns
The updateFields.
- abstract def getUpdateFieldsOrBuilder(): UpdateFieldsOrBuilder
.spark.connect.Expression.UpdateFields update_fields = 13; - abstract def getWindow(): Window
.spark.connect.Expression.Window window = 11;.spark.connect.Expression.Window window = 11;- returns
The window.
- abstract def getWindowOrBuilder(): WindowOrBuilder
.spark.connect.Expression.Window window = 11; - abstract def hasAlias(): Boolean
.spark.connect.Expression.Alias alias = 6;.spark.connect.Expression.Alias alias = 6;- returns
Whether the alias field is set.
- abstract def hasCallFunction(): Boolean
.spark.connect.CallFunction call_function = 16;.spark.connect.CallFunction call_function = 16;- returns
Whether the callFunction field is set.
- abstract def hasCast(): Boolean
.spark.connect.Expression.Cast cast = 7;.spark.connect.Expression.Cast cast = 7;- returns
Whether the cast field is set.
- abstract def hasCommonInlineUserDefinedFunction(): Boolean
.spark.connect.CommonInlineUserDefinedFunction common_inline_user_defined_function = 15;.spark.connect.CommonInlineUserDefinedFunction common_inline_user_defined_function = 15;- returns
Whether the commonInlineUserDefinedFunction field is set.
- abstract def hasExpressionString(): Boolean
.spark.connect.Expression.ExpressionString expression_string = 4;.spark.connect.Expression.ExpressionString expression_string = 4;- returns
Whether the expressionString field is set.
- abstract def hasExtension(): Boolean
This field is used to mark extensions to the protocol. When plugins generate arbitrary relations 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 relations 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 hasLambdaFunction(): Boolean
.spark.connect.Expression.LambdaFunction lambda_function = 10;.spark.connect.Expression.LambdaFunction lambda_function = 10;- returns
Whether the lambdaFunction field is set.
- abstract def hasLiteral(): Boolean
.spark.connect.Expression.Literal literal = 1;.spark.connect.Expression.Literal literal = 1;- returns
Whether the literal field is set.
- abstract def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def hasSortOrder(): Boolean
.spark.connect.Expression.SortOrder sort_order = 9;.spark.connect.Expression.SortOrder sort_order = 9;- returns
Whether the sortOrder field is set.
- abstract def hasUnresolvedAttribute(): Boolean
.spark.connect.Expression.UnresolvedAttribute unresolved_attribute = 2;.spark.connect.Expression.UnresolvedAttribute unresolved_attribute = 2;- returns
Whether the unresolvedAttribute field is set.
- abstract def hasUnresolvedExtractValue(): Boolean
.spark.connect.Expression.UnresolvedExtractValue unresolved_extract_value = 12;.spark.connect.Expression.UnresolvedExtractValue unresolved_extract_value = 12;- returns
Whether the unresolvedExtractValue field is set.
- abstract def hasUnresolvedFunction(): Boolean
.spark.connect.Expression.UnresolvedFunction unresolved_function = 3;.spark.connect.Expression.UnresolvedFunction unresolved_function = 3;- returns
Whether the unresolvedFunction field is set.
- abstract def hasUnresolvedNamedLambdaVariable(): Boolean
.spark.connect.Expression.UnresolvedNamedLambdaVariable unresolved_named_lambda_variable = 14;.spark.connect.Expression.UnresolvedNamedLambdaVariable unresolved_named_lambda_variable = 14;- returns
Whether the unresolvedNamedLambdaVariable field is set.
- abstract def hasUnresolvedRegex(): Boolean
.spark.connect.Expression.UnresolvedRegex unresolved_regex = 8;.spark.connect.Expression.UnresolvedRegex unresolved_regex = 8;- returns
Whether the unresolvedRegex field is set.
- abstract def hasUnresolvedStar(): Boolean
.spark.connect.Expression.UnresolvedStar unresolved_star = 5;.spark.connect.Expression.UnresolvedStar unresolved_star = 5;- returns
Whether the unresolvedStar field is set.
- abstract def hasUpdateFields(): Boolean
.spark.connect.Expression.UpdateFields update_fields = 13;.spark.connect.Expression.UpdateFields update_fields = 13;- returns
Whether the updateFields field is set.
- abstract def hasWindow(): Boolean
.spark.connect.Expression.Window window = 11;.spark.connect.Expression.Window window = 11;- returns
Whether the window 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()