{
  "comment" : "This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.",
  "type" : "scalar",
  "name" : "st_geohash_to_string",
  "description" : "Converts an input value representing a geohash grid-ID in long format into a string.",
  "signatures" : [
    {
      "params" : [
        {
          "name" : "grid_id",
          "type" : "keyword",
          "optional" : false,
          "description" : "Input geohash grid-id. The input can be a single- or multi-valued column or an expression."
        }
      ],
      "variadic" : false,
      "returnType" : "keyword"
    },
    {
      "params" : [
        {
          "name" : "grid_id",
          "type" : "long",
          "optional" : false,
          "description" : "Input geohash grid-id. The input can be a single- or multi-valued column or an expression."
        }
      ],
      "variadic" : false,
      "returnType" : "keyword"
    }
  ],
  "examples" : [
    "ROW geohash = TO_LONG(13686180)\n| EVAL geohashString = ST_GEOHASH_TO_STRING(geohash)"
  ],
  "preview" : true,
  "snapshot_only" : true
}
