Unimplemented Functions
KQL scalar functions that Berserk does not yet implement. Anything not on this list is supported.
This page tracks Microsoft Kusto scalar functions that Berserk does not yet support. Anything not on this list is implemented — see the Scalars reference for the full set.
Individual functions
| Function | Category | Notes |
|---|---|---|
todecimal() | Conversion | Use todouble(). |
parse_csv() | String | |
next() | Window | |
prev() | Window | |
row_cumsum() | Window | |
row_rank_dense() | Window | |
row_rank_min() | Window | |
current_cluster_endpoint() | Metadata | Berserk is single-cluster from the query path's perspective. |
current_database() | Metadata | |
current_principal() | Metadata | |
current_principal_details() | Metadata | |
current_principal_is_member_of() | Metadata | |
cursor_after() | Metadata | |
extent_id() | Metadata | |
extent_tags() | Metadata |
Categories not yet implemented
- Geospatial functions —
geo_distance_2points,geo_polygon_lookup, etc. - IPv4 text match functions —
ipv4_is_in_range,ipv4_is_match, etc. Theparse_ipv4*family is supported. - Units conversion functions —
convert_angle,convert_energy, etc.