{
  "comment" : "This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.",
  "type" : "operator",
  "operator" : "::",
  "name" : "cast",
  "description" : "The `::` operator provides a convenient alternative syntax to the TO_<type> conversion functions.",
  "signatures" : [ ],
  "examples" : [
    "ROW ver = CONCAT((\"0\"::INT + 1)::STRING, \".2.3\")::VERSION"
  ],
  "preview" : false,
  "snapshot_only" : false
}
