Interface ParseTreeInfo
-
public interface ParseTreeInfo
This represents query parsing information. TODO(yhatem) this should be made serializable. TODO(yhatem) check whether we want to present more query structure to customer such as AST. TODO(yhatem) getting an implementation of this should be done on an API level, i.e. in the API module of Relational this raises more design questions about internal structures, parsing capabilities, and serializability in client/server setup.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ParseTreeInfo.QueryType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseTreeInfo.QueryType
getQueryType()
-
-
-
Method Detail
-
getQueryType
@Nonnull ParseTreeInfo.QueryType getQueryType()
-
-