Packages

t

org.apache.spark.connect.proto

ExpressionOrBuilder

trait ExpressionOrBuilder extends MessageOrBuilder

Linear Supertypes
MessageOrBuilder, MessageLiteOrBuilder, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExpressionOrBuilder
  2. MessageOrBuilder
  3. MessageLiteOrBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def findInitializationErrors(): List[String]
    Definition Classes
    MessageOrBuilder
  2. abstract def getAlias(): Alias

    .spark.connect.Expression.Alias alias = 6;

    .spark.connect.Expression.Alias alias = 6;

    returns

    The alias.

  3. abstract def getAliasOrBuilder(): AliasOrBuilder

    .spark.connect.Expression.Alias alias = 6;

  4. abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    MessageOrBuilder
  5. abstract def getCallFunction(): CallFunction

    .spark.connect.CallFunction call_function = 16;

    .spark.connect.CallFunction call_function = 16;

    returns

    The callFunction.

  6. abstract def getCallFunctionOrBuilder(): CallFunctionOrBuilder

    .spark.connect.CallFunction call_function = 16;

  7. abstract def getCast(): Cast

    .spark.connect.Expression.Cast cast = 7;

    .spark.connect.Expression.Cast cast = 7;

    returns

    The cast.

  8. abstract def getCastOrBuilder(): CastOrBuilder

    .spark.connect.Expression.Cast cast = 7;

  9. 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.

  10. abstract def getCommonInlineUserDefinedFunctionOrBuilder(): CommonInlineUserDefinedFunctionOrBuilder

    .spark.connect.CommonInlineUserDefinedFunction common_inline_user_defined_function = 15;

  11. abstract def getDefaultInstanceForType(): Message
    Definition Classes
    MessageOrBuilder → MessageLiteOrBuilder
  12. abstract def getDescriptorForType(): Descriptor
    Definition Classes
    MessageOrBuilder
  13. abstract def getExprTypeCase(): ExprTypeCase
  14. abstract def getExpressionString(): ExpressionString

    .spark.connect.Expression.ExpressionString expression_string = 4;

    .spark.connect.Expression.ExpressionString expression_string = 4;

    returns

    The expressionString.

  15. abstract def getExpressionStringOrBuilder(): ExpressionStringOrBuilder

    .spark.connect.Expression.ExpressionString expression_string = 4;

  16. 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.

  17. 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;

  18. abstract def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    MessageOrBuilder
  19. abstract def getInitializationErrorString(): String
    Definition Classes
    MessageOrBuilder
  20. abstract def getLambdaFunction(): LambdaFunction

    .spark.connect.Expression.LambdaFunction lambda_function = 10;

    .spark.connect.Expression.LambdaFunction lambda_function = 10;

    returns

    The lambdaFunction.

  21. abstract def getLambdaFunctionOrBuilder(): LambdaFunctionOrBuilder

    .spark.connect.Expression.LambdaFunction lambda_function = 10;

  22. abstract def getLiteral(): Literal

    .spark.connect.Expression.Literal literal = 1;

    .spark.connect.Expression.Literal literal = 1;

    returns

    The literal.

  23. abstract def getLiteralOrBuilder(): LiteralOrBuilder

    .spark.connect.Expression.Literal literal = 1;

  24. abstract def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    MessageOrBuilder
  25. abstract def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    MessageOrBuilder
  26. abstract def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    MessageOrBuilder
  27. abstract def getSortOrder(): SortOrder

    .spark.connect.Expression.SortOrder sort_order = 9;

    .spark.connect.Expression.SortOrder sort_order = 9;

    returns

    The sortOrder.

  28. abstract def getSortOrderOrBuilder(): SortOrderOrBuilder

    .spark.connect.Expression.SortOrder sort_order = 9;

  29. abstract def getUnknownFields(): UnknownFieldSet
    Definition Classes
    MessageOrBuilder
  30. abstract def getUnresolvedAttribute(): UnresolvedAttribute

    .spark.connect.Expression.UnresolvedAttribute unresolved_attribute = 2;

    .spark.connect.Expression.UnresolvedAttribute unresolved_attribute = 2;

    returns

    The unresolvedAttribute.

  31. abstract def getUnresolvedAttributeOrBuilder(): UnresolvedAttributeOrBuilder

    .spark.connect.Expression.UnresolvedAttribute unresolved_attribute = 2;

  32. abstract def getUnresolvedExtractValue(): UnresolvedExtractValue

    .spark.connect.Expression.UnresolvedExtractValue unresolved_extract_value = 12;

    .spark.connect.Expression.UnresolvedExtractValue unresolved_extract_value = 12;

    returns

    The unresolvedExtractValue.

  33. abstract def getUnresolvedExtractValueOrBuilder(): UnresolvedExtractValueOrBuilder

    .spark.connect.Expression.UnresolvedExtractValue unresolved_extract_value = 12;

  34. abstract def getUnresolvedFunction(): UnresolvedFunction

    .spark.connect.Expression.UnresolvedFunction unresolved_function = 3;

    .spark.connect.Expression.UnresolvedFunction unresolved_function = 3;

    returns

    The unresolvedFunction.

  35. abstract def getUnresolvedFunctionOrBuilder(): UnresolvedFunctionOrBuilder

    .spark.connect.Expression.UnresolvedFunction unresolved_function = 3;

  36. 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.

  37. abstract def getUnresolvedNamedLambdaVariableOrBuilder(): UnresolvedNamedLambdaVariableOrBuilder

    .spark.connect.Expression.UnresolvedNamedLambdaVariable unresolved_named_lambda_variable = 14;

  38. abstract def getUnresolvedRegex(): UnresolvedRegex

    .spark.connect.Expression.UnresolvedRegex unresolved_regex = 8;

    .spark.connect.Expression.UnresolvedRegex unresolved_regex = 8;

    returns

    The unresolvedRegex.

  39. abstract def getUnresolvedRegexOrBuilder(): UnresolvedRegexOrBuilder

    .spark.connect.Expression.UnresolvedRegex unresolved_regex = 8;

  40. abstract def getUnresolvedStar(): UnresolvedStar

    .spark.connect.Expression.UnresolvedStar unresolved_star = 5;

    .spark.connect.Expression.UnresolvedStar unresolved_star = 5;

    returns

    The unresolvedStar.

  41. abstract def getUnresolvedStarOrBuilder(): UnresolvedStarOrBuilder

    .spark.connect.Expression.UnresolvedStar unresolved_star = 5;

  42. abstract def getUpdateFields(): UpdateFields

    .spark.connect.Expression.UpdateFields update_fields = 13;

    .spark.connect.Expression.UpdateFields update_fields = 13;

    returns

    The updateFields.

  43. abstract def getUpdateFieldsOrBuilder(): UpdateFieldsOrBuilder

    .spark.connect.Expression.UpdateFields update_fields = 13;

  44. abstract def getWindow(): Window

    .spark.connect.Expression.Window window = 11;

    .spark.connect.Expression.Window window = 11;

    returns

    The window.

  45. abstract def getWindowOrBuilder(): WindowOrBuilder

    .spark.connect.Expression.Window window = 11;

  46. abstract def hasAlias(): Boolean

    .spark.connect.Expression.Alias alias = 6;

    .spark.connect.Expression.Alias alias = 6;

    returns

    Whether the alias field is set.

  47. abstract def hasCallFunction(): Boolean

    .spark.connect.CallFunction call_function = 16;

    .spark.connect.CallFunction call_function = 16;

    returns

    Whether the callFunction field is set.

  48. abstract def hasCast(): Boolean

    .spark.connect.Expression.Cast cast = 7;

    .spark.connect.Expression.Cast cast = 7;

    returns

    Whether the cast field is set.

  49. 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.

  50. 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.

  51. 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.

  52. abstract def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  53. 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.

  54. abstract def hasLiteral(): Boolean

    .spark.connect.Expression.Literal literal = 1;

    .spark.connect.Expression.Literal literal = 1;

    returns

    Whether the literal field is set.

  55. abstract def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  56. 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.

  57. 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.

  58. 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.

  59. 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.

  60. 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.

  61. 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.

  62. 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.

  63. 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.

  64. abstract def hasWindow(): Boolean

    .spark.connect.Expression.Window window = 11;

    .spark.connect.Expression.Window window = 11;

    returns

    Whether the window field is set.

  65. abstract def isInitialized(): Boolean
    Definition Classes
    MessageLiteOrBuilder

Concrete 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(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from MessageOrBuilder

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped