Uses of Interface
org.apache.iotdb.db.qp.sql.IdentifierParserVisitor
-
-
Uses of IdentifierParserVisitor in org.apache.iotdb.db.qp.sql
Classes in org.apache.iotdb.db.qp.sql that implement IdentifierParserVisitor Modifier and Type Class Description classIdentifierParserBaseVisitor<T>This class provides an empty implementation ofIdentifierParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-