% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it. **Example** ```esql row a = "elastic" | eval e = to_base64(a) ``` | a:keyword | e:keyword | | --- | --- | | elastic | ZWxhc3RpYw== |