Skip to content

ESQL: convert a string to a number using a base #133728

@astefan

Description

@astefan

Description

This is for converting a string value to a number given a base. Something similar to what ES EQL does: https://www.elastic.co/docs/reference/query-languages/eql/eql-function-ref#eql-fn-number

number("0x32", 16)
number("31", 13)
number("5")

The name of the function is not determined yet.

Metadata

Metadata

Assignees

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions