Uses of Class
org.apache.iotdb.db.qp.sql.PathParser.PathContext
-
-
Uses of PathParser.PathContext in org.apache.iotdb.db.qp.sql
Methods in org.apache.iotdb.db.qp.sql that return PathParser.PathContext Modifier and Type Method Description PathParser.PathContextPathParser. path()Methods in org.apache.iotdb.db.qp.sql with parameters of type PathParser.PathContext Modifier and Type Method Description TPathParserBaseVisitor. visitPath(PathParser.PathContext ctx)Visit a parse tree produced byPathParser.path().TPathParserVisitor. visitPath(PathParser.PathContext ctx)Visit a parse tree produced byPathParser.path().
-