abstract class SqlAbstractStringLiteral extends SqlLiteral
SqlLiteral.SqlSymbolvalueEMPTY_ARRAY, pos| Modifier | Constructor and Description |
|---|---|
protected |
SqlAbstractStringLiteral(Object value,
SqlTypeName typeName,
SqlParserPos pos) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SqlAbstractStringLiteral |
concat1(List<SqlLiteral> literals)
Helper routine for
SqlUtil.concatenateLiterals(java.util.List<org.apache.calcite.sql.SqlLiteral>). |
accept, bigDecimalValue, booleanValue, clone, createApproxNumeric, createBinaryString, createBinaryString, createBoolean, createCharString, createCharString, createDate, createDate, createExactNumeric, createInterval, createNegative, createNull, createSample, createSqlType, createSymbol, createTime, createTime, createTimestamp, createTimestamp, createUnknown, equals, equalsDeep, getKind, getMonotonicity, getStringValue, getTypeName, getValue, getValueAs, hashCode, intValue, longValue, sampleValue, signum, stringValue, symbolValue_, symbolValue, toValue, unchain, unescapeUnicode, unparse, validate, value, valueMatchesTypeclone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, findValidOptions, getParserPosition, isA, toSqlString, toSqlString, toString, validateExprprotected SqlAbstractStringLiteral(Object value, SqlTypeName typeName, SqlParserPos pos)
protected abstract SqlAbstractStringLiteral concat1(List<SqlLiteral> literals)
SqlUtil.concatenateLiterals(java.util.List<org.apache.calcite.sql.SqlLiteral>).literals - homogeneous StringLiteral argsCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.