private static class StandardConvertletTable.TrimConvertlet extends Object implements SqlRexConvertlet
LTRIM and RTRIM to
TRIM.| Modifier and Type | Field and Description |
|---|---|
private SqlTrimFunction.Flag |
flag |
| Constructor and Description |
|---|
TrimConvertlet(SqlTrimFunction.Flag flag) |
| Modifier and Type | Method and Description |
|---|---|
RexNode |
convertCall(SqlRexContext cx,
SqlCall call) |
private final SqlTrimFunction.Flag flag
TrimConvertlet(SqlTrimFunction.Flag flag)
public RexNode convertCall(SqlRexContext cx, SqlCall call)
convertCall in interface SqlRexConvertletCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.