Class DerivedProjection
- java.lang.Object
-
- org.apache.shardingsphere.infra.binder.segment.select.projection.impl.DerivedProjection
-
- All Implemented Interfaces:
Projection
public final class DerivedProjection extends Object implements Projection
Derived projection.
-
-
Constructor Summary
Constructors Constructor Description DerivedProjection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectioncloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerIdentifier)Clone with owner.Optional<String>getAlias()Get alias.StringgetColumnLabel()Get columnLabel.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.infra.binder.segment.select.projection.Projection
getExpression
-
-
-
-
Method Detail
-
getAlias
public Optional<String> getAlias()
Description copied from interface:ProjectionGet alias.- Specified by:
getAliasin interfaceProjection- Returns:
- alias
-
getColumnLabel
public String getColumnLabel()
Description copied from interface:ProjectionGet columnLabel.- Specified by:
getColumnLabelin interfaceProjection- Returns:
- columnLabel
-
cloneWithOwner
public Projection cloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerIdentifier)
Description copied from interface:ProjectionClone with owner.- Specified by:
cloneWithOwnerin interfaceProjection- Parameters:
ownerIdentifier- owner identifier- Returns:
- new projection
-
-