Package io.prestosql.sql.tree
Class ExpressionTreeRewriter.Context<C>
- java.lang.Object
-
- io.prestosql.sql.tree.ExpressionTreeRewriter.Context<C>
-
- Enclosing class:
- ExpressionTreeRewriter<C>
public static class ExpressionTreeRewriter.Context<C> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cget()booleanisDefaultRewrite()
-
-
-
Method Detail
-
get
public C get()
-
isDefaultRewrite
public boolean isDefaultRewrite()
-
-