Berserk Docs

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

FunctionCategoryNotes
todecimal()ConversionUse todouble().
parse_csv()String
next()Window
prev()Window
row_cumsum()Window
row_rank_dense()Window
row_rank_min()Window
current_cluster_endpoint()MetadataBerserk 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 functionsgeo_distance_2points, geo_polygon_lookup, etc.
  • IPv4 text match functionsipv4_is_in_range, ipv4_is_match, etc. The parse_ipv4* family is supported.
  • Units conversion functionsconvert_angle, convert_energy, etc.

On this page