Class TablesTransformer
java.lang.Object
org.apache.drill.metastore.mongo.components.tables.TablesTransformer
- All Implemented Interfaces:
Transformer<TableMetadataUnit>
Metastore Tables component filter, data and operations transformer.
Provides needed transformations when reading / writing
TableMetadataUnit
from / into Mongo collection.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.drill.metastore.mongo.transform.Transformer
filter
-
Constructor Details
-
TablesTransformer
-
-
Method Details
-
inputData
- Specified by:
inputDatain interfaceTransformer<TableMetadataUnit>- Returns:
- input data transformer for specific Metastore component
-
outputData
- Specified by:
outputDatain interfaceTransformer<TableMetadataUnit>- Returns:
- output data transformer for specific Metastore component
-
operation
- Specified by:
operationin interfaceTransformer<TableMetadataUnit>- Returns:
- operation transformer for specific Metastore component
-