package datasources
Ordering
- Alphabetic
Visibility
- Public
- Protected
Value Members
- object LogicalRelationShims
- object LogicalRelationWithTable
Extract the BaseRelation and CatalogTable from LogicalRelation.
Extract the BaseRelation and CatalogTable from LogicalRelation. You can also retrieve the instance of LogicalRelation like following:
case l @ LogicalRelationWithTable(relation, catalogTable) => ...