Class MongoRead<T>
java.lang.Object
org.apache.drill.metastore.operate.AbstractRead<T>
org.apache.drill.metastore.mongo.operate.MongoRead<T>
- Type Parameters:
T- Metastore component unit type
- All Implemented Interfaces:
Read<T>
Implementation of
Read interface based on AbstractRead parent class.
Reads information from Mongo collection based on given filter expression.
Supports reading information for specific columns.-
Field Summary
Fields inherited from class org.apache.drill.metastore.operate.AbstractRead
columns, filter, metadataTypes -
Constructor Summary
ConstructorsConstructorDescriptionMongoRead(MetadataTypeValidator metadataTypeValidator, MongoMetastoreContext<T> context) -
Method Summary
Methods inherited from class org.apache.drill.metastore.operate.AbstractRead
columns, execute, filter, metadataTypesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.drill.metastore.operate.Read
columns, metadataType
-
Constructor Details
-
MongoRead
-
-
Method Details
-
internalExecute
- Specified by:
internalExecutein classAbstractRead<T>
-