T - Metastore component unit metadata typepublic interface RdbmsMetastoreContext<T>
| Modifier and Type | Method and Description |
|---|---|
QueryExecutorProvider |
executorProvider()
Return executor provider which allows to execute SQL queries
using configured data source.
|
Transformer<T> |
transformer()
Returns transformer which allows various
data, filters, operations transformation.
|
QueryExecutorProvider executorProvider()
Transformer<T> transformer()
Copyright © 2021 The Apache Software Foundation. All rights reserved.