package catalyst
Linear Supertypes
Type Members
-
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
timestamporversion.A logical node used to time travel the child relation to the given
timestamporversion. Thechildmust 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,dfReaderor SQL