Package org.apache.drill.metastore.mongo.transform
package org.apache.drill.metastore.mongo.transform
-
ClassDescriptionVisits
FilterExpression
implementations and transforms them intoBson
implementations.Transforms given input into MongoDocument
which is used as filter to retrieve, overwrite or delete Metastore component data.Converts list of Metastore component units intoDocument
.Base class to transforms given input intoMongoOperation
implementations.Base class to convert list ofDocument
into Metastore component units for the given list of column names.Transformer<T>Provides various mechanism implementations to transform filters, data and operations.