Class Analyzer
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.analyze.Analyzer
-
public class Analyzer extends java.lang.ObjectAnalyze the statement and generate Analysis.
-
-
Constructor Summary
Constructors Constructor Description Analyzer(MPPQueryContext context, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Analysisanalyze(Statement statement)
-
-
-
Constructor Detail
-
Analyzer
public Analyzer(MPPQueryContext context, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher)
-
-