All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cds.ql.hana.HanaSupport Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
/*******************************************************************
 * © 2024 SAP SE or an SAP affiliate company. All rights reserved. *
 *******************************************************************/
package com.sap.cds.ql.hana;

import com.google.common.annotations.Beta;
import com.sap.cds.ql.Source;

@Beta
public interface HanaSupport {

	Hierarchy hierarchy(Source source);

	HierarchySubset ancestors(Source source);

	HierarchySubset descendants(Source source);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy