Uses of Class
org.apache.druid.sql.calcite.parser.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in org.apache.druid.sql.calcite.parser
Fields in org.apache.druid.sql.calcite.parser declared as SimpleCharStreamModifier and TypeFieldDescriptionprotected SimpleCharStreamDruidSqlParserImplTokenManager.input_streamMethods in org.apache.druid.sql.calcite.parser with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidDruidSqlParserImplTokenManager.ReInit(SimpleCharStream stream) voidDruidSqlParserImplTokenManager.ReInit(SimpleCharStream stream, int lexState) Constructors in org.apache.druid.sql.calcite.parser with parameters of type SimpleCharStreamModifierConstructorDescriptionDruidSqlParserImplTokenManager(SimpleCharStream stream, int lexState)