Uses of Class
org.apache.iotdb.db.mpp.execution.driver.Driver
-
Packages that use Driver Package Description org.apache.iotdb.db.mpp.execution.driver -
-
Uses of Driver in org.apache.iotdb.db.mpp.execution.driver
Subclasses of Driver in org.apache.iotdb.db.mpp.execution.driver Modifier and Type Class Description classDataDriverOne dataDriver is responsible for one FragmentInstance which is for data query, which may contains several series.classSchemaDriverOne SchemaDriver is used to execute one FragmentInstance which is for metadata query.
-