package streaming
Type Members
-
case class
StreamingRelationV2(source: Option[TableProvider], sourceName: String, table: Table, extraOptions: CaseInsensitiveStringMap, output: Seq[Attribute], catalog: Option[CatalogPlugin], identifier: Option[Identifier], v1Relation: Option[LogicalPlan]) extends LeafNode with MultiInstanceRelation with Product with Serializable
Used to link a Table into a streaming LogicalPlan.