Uses of Interface
com.sap.cds.CqnTableFunction
Packages that use CqnTableFunction
-
Uses of CqnTableFunction in com.sap.cds
Methods in com.sap.cds that return CqnTableFunction -
Uses of CqnTableFunction in com.sap.cds.ql
Subinterfaces of CqnTableFunction in com.sap.cds.qlMethods in com.sap.cds.ql with parameters of type CqnTableFunctionModifier and TypeMethodDescriptionstatic Select<StructuredType<?>>Select.from(CqnTableFunction tableFunction) Creates a select statement to select entries from a table function. -
Uses of CqnTableFunction in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnTableFunctionModifier and TypeMethodDescriptiondefault CqnTableFunctionCqnSource.asTableFunction()Casts this CQN source to aCqnTableFunction. -
Uses of CqnTableFunction in com.sap.cds.ql.hana
Subinterfaces of CqnTableFunction in com.sap.cds.ql.hanaModifier and TypeInterfaceDescriptioninterfaceinterfaceA table function that generates a hierarchy based on recursive parent-child source datainterfaceinterfaceA SAP HANA hierarchy generator function that generates a hierarchy based on recursive parent-child source data.interfaceA function to compute the subset of a source hierarchy, which contains all nodes relative (ancestors or descendants) to a set of start nodes.