Packages

package datasources

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object LogicalRelationShims
  2. 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) => ...

Ungrouped