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

com.sap.cds.ql.NullValue Maven / Gradle / Ivy

The newest version!
/*******************************************************************
 * © 2023 SAP SE or an SAP affiliate company. All rights reserved. *
 *******************************************************************/
package com.sap.cds.ql;

import com.sap.cds.ql.cqn.CqnNullValue;

public interface NullValue extends CqnNullValue, Value {

}