Uses of Interface
org.apache.iotdb.db.mpp.plan.analyze.ISchemaFetcher
-
Packages that use ISchemaFetcher Package Description org.apache.iotdb.db.mpp.plan org.apache.iotdb.db.mpp.plan.analyze org.apache.iotdb.db.mpp.plan.execution -
-
Uses of ISchemaFetcher in org.apache.iotdb.db.mpp.plan
Methods in org.apache.iotdb.db.mpp.plan with parameters of type ISchemaFetcher Modifier and Type Method Description ExecutionResultCoordinator. execute(Statement statement, long queryId, SessionInfo session, java.lang.String sql, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher)This method is called by the write method.ExecutionResultCoordinator. execute(Statement statement, long queryId, SessionInfo session, java.lang.String sql, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher, long timeOut) -
Uses of ISchemaFetcher in org.apache.iotdb.db.mpp.plan.analyze
Classes in org.apache.iotdb.db.mpp.plan.analyze that implement ISchemaFetcher Modifier and Type Class Description classClusterSchemaFetcherclassFakeSchemaFetcherImplclassStandaloneSchemaFetcherConstructors in org.apache.iotdb.db.mpp.plan.analyze with parameters of type ISchemaFetcher Constructor Description Analyzer(MPPQueryContext context, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher)AnalyzeVisitor(IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher, TypeProvider typeProvider, MPPQueryContext context) -
Uses of ISchemaFetcher in org.apache.iotdb.db.mpp.plan.execution
Constructors in org.apache.iotdb.db.mpp.plan.execution with parameters of type ISchemaFetcher Constructor Description QueryExecution(Statement statement, MPPQueryContext context, java.util.concurrent.ExecutorService executor, java.util.concurrent.ExecutorService writeOperationExecutor, java.util.concurrent.ScheduledExecutorService scheduledExecutor, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher, org.apache.iotdb.commons.client.IClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,org.apache.iotdb.commons.client.sync.SyncDataNodeInternalServiceClient> internalServiceClientManager)
-