Package

com.coxautodata.waimak

metastore

Permalink

package metastore

Visibility
  1. Public
  2. All

Type Members

  1. trait DBConnector extends Logging

    Permalink

    Base trait that describes a basic DB connection allowing DDLs to be submitted

  2. trait HadoopDBConnector extends DBConnector

    Permalink

    Hadoop database connection trait that has Hadoop-specific table functions (i.e.

    Hadoop database connection trait that has Hadoop-specific table functions (i.e. create parquet tables)

  3. trait JDBCConnector extends DBConnector

    Permalink

    JDBC Database connection trait, that submits queries via a JDBC connection

  4. trait WaimakJDBCConnector extends JDBCConnector

    Permalink

    Trait that extends a JDBCConnector using templating on a JDBC string stored in the Spark config

Ungrouped