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
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.drill.metastore.mongo.transform.Transformer
filter
-
Constructor Details
-
TablesTransformer
-
-
Method Details
-
inputData
- Specified by:
inputData
in interfaceTransformer<TableMetadataUnit>
- Returns:
- input data transformer for specific Metastore component
-
outputData
- Specified by:
outputData
in interfaceTransformer<TableMetadataUnit>
- Returns:
- output data transformer for specific Metastore component
-
operation
- Specified by:
operation
in interfaceTransformer<TableMetadataUnit>
- Returns:
- operation transformer for specific Metastore component
-