cds-dbs icon indicating copy to clipboard operation
cds-dbs copied to clipboard

[PARKED:] feat: infer function types

Open BobdenOs opened this issue 1 year ago • 0 comments

Description

Provide an infer function for each cql function. Which checks the inferred type of the arguments and returns the correlating return type.

Blocker

Infer does not infer the where clause of SELECT queries. cqn4sql does traverse all func tokens, but only provide the element property to tokens part of the root query elements.

cdsTypes seems like it should refer to cds.builtin.types ?

BobdenOs avatar Jul 28 '23 04:07 BobdenOs