Uses of Package
org.apache.drill.metastore.mongo.transform
Packages that use org.apache.drill.metastore.mongo.transform
Package
Description
-
Classes in org.apache.drill.metastore.mongo.transform used by org.apache.drill.metastore.mongoClassDescriptionProvides various mechanism implementations to transform filters, data and operations.
-
Classes in org.apache.drill.metastore.mongo.transform used by org.apache.drill.metastore.mongo.components.tablesClassDescriptionConverts list of Metastore component units into
Document
.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.Provides various mechanism implementations to transform filters, data and operations. -
Classes in org.apache.drill.metastore.mongo.transform used by org.apache.drill.metastore.mongo.transformClassDescriptionTransforms given input into Mongo
Document
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.