Packages

final class AsOfJoin extends GeneratedMessage with AsOfJoinOrBuilder

Relation of type [[AsOfJoin]].

`left` and `right` must be present.

Protobuf type spark.connect.AsOfJoin

Linear Supertypes
AsOfJoinOrBuilder, GeneratedMessage, Serializable, AbstractMessage, Message, MessageOrBuilder, AbstractMessageLite[MessageType, BuilderType], MessageLite, MessageLiteOrBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsOfJoin
  2. AsOfJoinOrBuilder
  3. GeneratedMessage
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    AsOfJoin → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  9. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  10. def getAllowExactMatches(): Boolean

    (Required) Whether allow matching with the same value or not.
    

    (Required) Whether allow matching with the same value or not.
    

    bool allow_exact_matches = 9;

    returns

    The allowExactMatches.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def getDefaultInstanceForType(): AsOfJoin
    Definition Classes
    AsOfJoin → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  13. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  14. def getDirection(): String

    (Required) Whether to search for prior, subsequent, or closest matches.
    

    (Required) Whether to search for prior, subsequent, or closest matches.
    

    string direction = 10;

    returns

    The direction.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  15. def getDirectionBytes(): ByteString

    (Required) Whether to search for prior, subsequent, or closest matches.
    

    (Required) Whether to search for prior, subsequent, or closest matches.
    

    string direction = 10;

    returns

    The bytes for direction.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  16. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  17. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  18. def getJoinExpr(): Expression

    (Optional) The join condition. Could be unset when `using_columns` is utilized.
    
    This field does not co-exist with using_columns.
    

    (Optional) The join condition. Could be unset when `using_columns` is utilized.
    
    This field does not co-exist with using_columns.
    

    .spark.connect.Expression join_expr = 5;

    returns

    The joinExpr.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  19. def getJoinExprOrBuilder(): ExpressionOrBuilder

    (Optional) The join condition. Could be unset when `using_columns` is utilized.
    
    This field does not co-exist with using_columns.
    

    (Optional) The join condition. Could be unset when `using_columns` is utilized.
    
    This field does not co-exist with using_columns.
    

    .spark.connect.Expression join_expr = 5;

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  20. def getJoinType(): String

    (Required) The join type.
    

    (Required) The join type.
    

    string join_type = 7;

    returns

    The joinType.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  21. def getJoinTypeBytes(): ByteString

    (Required) The join type.
    

    (Required) The join type.
    

    string join_type = 7;

    returns

    The bytes for joinType.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  22. def getLeft(): Relation

    (Required) Left input relation for a Join.
    

    (Required) Left input relation for a Join.
    

    .spark.connect.Relation left = 1;

    returns

    The left.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  23. def getLeftAsOf(): Expression

    (Required) Field to join on in left DataFrame
    

    (Required) Field to join on in left DataFrame
    

    .spark.connect.Expression left_as_of = 3;

    returns

    The leftAsOf.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  24. def getLeftAsOfOrBuilder(): ExpressionOrBuilder

    (Required) Field to join on in left DataFrame
    

    (Required) Field to join on in left DataFrame
    

    .spark.connect.Expression left_as_of = 3;

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  25. def getLeftOrBuilder(): RelationOrBuilder

    (Required) Left input relation for a Join.
    

    (Required) Left input relation for a Join.
    

    .spark.connect.Relation left = 1;

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  26. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessage → AbstractMessage → MessageOrBuilder
  27. def getParserForType(): Parser[AsOfJoin]
    Definition Classes
    AsOfJoin → GeneratedMessage → Message → MessageLite
    Annotations
    @Override()
  28. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  29. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  30. def getRight(): Relation

    (Required) Right input relation for a Join.
    

    (Required) Right input relation for a Join.
    

    .spark.connect.Relation right = 2;

    returns

    The right.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  31. def getRightAsOf(): Expression

    (Required) Field to join on in right DataFrame
    

    (Required) Field to join on in right DataFrame
    

    .spark.connect.Expression right_as_of = 4;

    returns

    The rightAsOf.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  32. def getRightAsOfOrBuilder(): ExpressionOrBuilder

    (Required) Field to join on in right DataFrame
    

    (Required) Field to join on in right DataFrame
    

    .spark.connect.Expression right_as_of = 4;

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  33. def getRightOrBuilder(): RelationOrBuilder

    (Required) Right input relation for a Join.
    

    (Required) Right input relation for a Join.
    

    .spark.connect.Relation right = 2;

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  34. def getSerializedSize(): Int
    Definition Classes
    AsOfJoin → GeneratedMessage → AbstractMessage → MessageLite
    Annotations
    @Override()
  35. def getTolerance(): Expression

    (Optional) The asof tolerance within this range.
    

    (Optional) The asof tolerance within this range.
    

    .spark.connect.Expression tolerance = 8;

    returns

    The tolerance.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  36. def getToleranceOrBuilder(): ExpressionOrBuilder

    (Optional) The asof tolerance within this range.
    

    (Optional) The asof tolerance within this range.
    

    .spark.connect.Expression tolerance = 8;

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  37. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  38. def getUsingColumns(index: Int): String

    Optional. using_columns provides a list of columns that should present on both sides of
    the join inputs that this Join will join on. For example A JOIN B USING col_name is
    equivalent to A JOIN B on A.col_name = B.col_name.
    
    This field does not co-exist with join_condition.
    

    Optional. using_columns provides a list of columns that should present on both sides of
    the join inputs that this Join will join on. For example A JOIN B USING col_name is
    equivalent to A JOIN B on A.col_name = B.col_name.
    
    This field does not co-exist with join_condition.
    

    repeated string using_columns = 6;

    index

    The index of the element to return.

    returns

    The usingColumns at the given index.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
  39. def getUsingColumnsBytes(index: Int): ByteString

    Optional. using_columns provides a list of columns that should present on both sides of
    the join inputs that this Join will join on. For example A JOIN B USING col_name is
    equivalent to A JOIN B on A.col_name = B.col_name.
    
    This field does not co-exist with join_condition.
    

    Optional. using_columns provides a list of columns that should present on both sides of
    the join inputs that this Join will join on. For example A JOIN B USING col_name is
    equivalent to A JOIN B on A.col_name = B.col_name.
    
    This field does not co-exist with join_condition.
    

    repeated string using_columns = 6;

    index

    The index of the value to return.

    returns

    The bytes of the usingColumns at the given index.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
  40. def getUsingColumnsCount(): Int

    Optional. using_columns provides a list of columns that should present on both sides of
    the join inputs that this Join will join on. For example A JOIN B USING col_name is
    equivalent to A JOIN B on A.col_name = B.col_name.
    
    This field does not co-exist with join_condition.
    

    Optional. using_columns provides a list of columns that should present on both sides of
    the join inputs that this Join will join on. For example A JOIN B USING col_name is
    equivalent to A JOIN B on A.col_name = B.col_name.
    
    This field does not co-exist with join_condition.
    

    repeated string using_columns = 6;

    returns

    The count of usingColumns.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
  41. def getUsingColumnsList(): ProtocolStringList

    Optional. using_columns provides a list of columns that should present on both sides of
    the join inputs that this Join will join on. For example A JOIN B USING col_name is
    equivalent to A JOIN B on A.col_name = B.col_name.
    
    This field does not co-exist with join_condition.
    

    Optional. using_columns provides a list of columns that should present on both sides of
    the join inputs that this Join will join on. For example A JOIN B USING col_name is
    equivalent to A JOIN B on A.col_name = B.col_name.
    
    This field does not co-exist with join_condition.
    

    repeated string using_columns = 6;

    returns

    A list containing the usingColumns.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
  42. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  43. def hasJoinExpr(): Boolean

    (Optional) The join condition. Could be unset when `using_columns` is utilized.
    
    This field does not co-exist with using_columns.
    

    (Optional) The join condition. Could be unset when `using_columns` is utilized.
    
    This field does not co-exist with using_columns.
    

    .spark.connect.Expression join_expr = 5;

    returns

    Whether the joinExpr field is set.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  44. def hasLeft(): Boolean

    (Required) Left input relation for a Join.
    

    (Required) Left input relation for a Join.
    

    .spark.connect.Relation left = 1;

    returns

    Whether the left field is set.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  45. def hasLeftAsOf(): Boolean

    (Required) Field to join on in left DataFrame
    

    (Required) Field to join on in left DataFrame
    

    .spark.connect.Expression left_as_of = 3;

    returns

    Whether the leftAsOf field is set.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  46. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessage → AbstractMessage → MessageOrBuilder
  47. def hasRight(): Boolean

    (Required) Right input relation for a Join.
    

    (Required) Right input relation for a Join.
    

    .spark.connect.Relation right = 2;

    returns

    Whether the right field is set.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  48. def hasRightAsOf(): Boolean

    (Required) Field to join on in right DataFrame
    

    (Required) Field to join on in right DataFrame
    

    .spark.connect.Expression right_as_of = 4;

    returns

    Whether the rightAsOf field is set.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  49. def hasTolerance(): Boolean

    (Optional) The asof tolerance within this range.
    

    (Optional) The asof tolerance within this range.
    

    .spark.connect.Expression tolerance = 8;

    returns

    Whether the tolerance field is set.

    Definition Classes
    AsOfJoinAsOfJoinOrBuilder
    Annotations
    @Override()
  50. def hashCode(): Int
    Definition Classes
    AsOfJoin → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  51. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[proto]
    Definition Classes
    AsOfJoin → GeneratedMessage
    Annotations
    @Override()
  52. def internalGetMapFieldReflection(fieldNumber: Int): MapFieldReflectionAccessor
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
  53. final def isInitialized(): Boolean
    Definition Classes
    AsOfJoin → GeneratedMessage → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  54. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  55. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  56. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[proto]
    Definition Classes
    AsOfJoin → AbstractMessage
    Annotations
    @Override()
  57. def newBuilderForType(): Builder
    Definition Classes
    AsOfJoin → Message → MessageLite
    Annotations
    @Override()
  58. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
  59. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  60. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  61. def parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @throws(classOf[java.io.IOException])
  62. def parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @throws(classOf[java.io.IOException])
  63. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  64. def toBuilder(): Builder
    Definition Classes
    AsOfJoin → Message → MessageLite
    Annotations
    @Override()
  65. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  66. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  67. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  72. def writeReplace(): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  73. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    AsOfJoin → GeneratedMessage → AbstractMessage → MessageLite
    Annotations
    @Override()
  74. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def internalGetMapField(fieldNumber: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @Deprecated
    Deprecated
  3. def mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
    Deprecated

Inherited from AsOfJoinOrBuilder

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped