Skip to content

Commit 0710de8

Browse files
committed
Adding placeholder for CXL docs
1 parent 47fe1b1 commit 0710de8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

cds/cxl.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
status: released
3+
---
4+
5+
# CDS Expression Language (CXL) <UnderConstruction />
6+
7+
This document provides an overview of the CDS Expression Language (CXL) used in CDS models and queries.
8+
CXL is essentially a standard subset of SQL expressions enhanced by [Path Expressions](../cds/cql#path-expressions) with [Infix Filters](../cds/cql#with-infix-filters).
9+
10+
The documentation is still **under construction** and will be released soon.
11+
12+
For the time being, please refer to the existing reference docs about [CDS Query Language (CQL)](../cds/cql), and to the [CDS Expression Notation (CXN)](../cds/cxn) documentation.

menu.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127
## [Schema Notation (CSN)](cds/csn)
128128
## [Query Language (CQL)](cds/cql)
129129
## [Query Notation (CQN)](cds/cqn)
130-
## [Expressions (CXN)](cds/cxn)
130+
## [Expression Language (CXL)](cds/cxl)
131+
## [Expression Notation (CXN)](cds/cxn)
131132
## [Core / Built-in Types](cds/types)
132133
## [Common Reuse Types](cds/common)
133134
## [Common Annotations](cds/annotations)

0 commit comments

Comments
 (0)