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