Tarantool CE/EE Documentation portal logo
Support
Updated at July 17, 2026   02:08 PM

box.schema.func.exists()

box.schema.func.exists(func-name)

Return true if a function tuple exists; return false if a function tuple does not exist.

Parameters:

  • func-name (string) — the name of the function

Return type

bool

Example:

box.schema.func.exists('calculate')