public class SqlSlice extends SqlNodeBase1
| Modifier and Type | Method and Description |
|---|---|
SqlNode |
apply(SqlTransform transform,
SqlNode subNode) |
SqlNode |
copy(SqlNode subNode) |
long |
getLength() |
long |
getStart() |
void |
visit(SqlNodeVisitor visitor) |
getIdScope, getNodeScope, getSubNodeasCoalesce, asDistinct, asInnerJoin, asJoin, asLeftJoin, asProject, asRestrict, asSelectBlock, asTable, getAliasName, isCoalesce, isDistinct, isInnerJoin, isJoin, isLeftJoin, isProject, isRestrict, isSelectBlock, isTable, output, output, tablesInvolved, toString, usesColumnaddNote, addNotes, getNotes, hasNotes, hasOneNoteequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNote, addNotes, getNotes, hasNotes, hasOneNotepublic long getLength()
public long getStart()
public void visit(SqlNodeVisitor visitor)
public SqlNode apply(SqlTransform transform, SqlNode subNode)
apply in class SqlNodeBase1public SqlNode copy(SqlNode subNode)
copy in class SqlNodeBase1Licenced under the Apache License, Version 2.0