Uses of Class
io.trino.sql.tree.ExplainOption
-
Packages that use ExplainOption Package Description io.trino.sql.tree -
-
Uses of ExplainOption in io.trino.sql.tree
Subclasses of ExplainOption in io.trino.sql.tree Modifier and Type Class Description classExplainFormatclassExplainTypeMethods in io.trino.sql.tree that return types with arguments of type ExplainOption Modifier and Type Method Description List<ExplainOption>Explain. getOptions()Methods in io.trino.sql.tree with parameters of type ExplainOption Modifier and Type Method Description protected RAstVisitor. visitExplainOption(ExplainOption node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type ExplainOption Constructor Description Explain(NodeLocation location, Statement statement, List<ExplainOption> options)Explain(Statement statement, List<ExplainOption> options)Explain(Optional<NodeLocation> location, Statement statement, List<ExplainOption> options)
-