public class IdentityTransformation extends Object implements Transformation
Modifier and Type | Field and Description |
---|---|
static Transformation |
IDENTITY |
Modifier and Type | Method and Description |
---|---|
com.sap.cds.ql.Select<?> |
apply(com.sap.cds.ql.Select<?> s) |
int |
rank() |
boolean |
requiresWrapping(Transformation previous) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
identity
public static final Transformation IDENTITY
public com.sap.cds.ql.Select<?> apply(com.sap.cds.ql.Select<?> s)
public int rank()
rank
in interface Transformation
public boolean requiresWrapping(Transformation previous)
requiresWrapping
in interface Transformation
Copyright © 2021. All rights reserved.