Uses of Interface
com.sap.cds.ql.cqn.CqnSource
Packages that use CqnSource
-
Uses of CqnSource in com.sap.cds
Subinterfaces of CqnSource in com.sap.cdsMethods in com.sap.cds that return CqnSource -
Uses of CqnSource in com.sap.cds.ql
Subinterfaces of CqnSource in com.sap.cds.qlModifier and TypeInterfaceDescriptioninterfaceSource<T extends StructuredType<?>>interfaceStructuredType<T extends StructuredType<T>>Builder to define sets of structured CDS entities and types using filtered path expressions, to define predicates on these sets, and to address elements of structured types.interfaceinterfaceClasses in com.sap.cds.ql that implement CqnSourceModifier and TypeClassDescriptionclassSelect<T extends StructuredType<?>>The Select builder allows to construct CDS QL select statements, which can be executed via theCdsDataStore.Methods in com.sap.cds.ql with parameters of type CqnSource -
Uses of CqnSource in com.sap.cds.ql.cqn
Subinterfaces of CqnSource in com.sap.cds.ql.cqnModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceMethods in com.sap.cds.ql.cqn that return CqnSource -
Uses of CqnSource in com.sap.cds.ql.hana
Subinterfaces of CqnSource 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.