Packages

p

org.apache.spark.sql

catalyst

package catalyst

Linear Supertypes
AnyRef, Any

Type Members

  1. case class TimeTravel(relation: LogicalPlan, timestamp: Option[Expression], version: Option[Long], creationSource: Option[String]) extends LogicalPlan with LeafNode with DatabricksLogging with Product with Serializable

    A logical node used to time travel the child relation to the given timestamp or version.

    A logical node used to time travel the child relation to the given timestamp or version. The child must support time travel, e.g. Delta, and cannot be a view, subquery or stream. The timestamp expression cannot be a subquery. It must be a timestamp expression.

    creationSource

    The API used to perform time travel, e.g. atSyntax, dfReader or SQL

Inherited from AnyRef

Inherited from Any

Ungrouped