box.schema.func.drop()
-
box.schema.func.drop(func-name[, {options}])¶ Drop a function tuple. For explanation of how Tarantool maintains function data, see reference on _func space.
Parameters: Example:
box.schema.func.drop('calculate')
box.indexbox.schema.func.drop(func-name[, {options}])¶Drop a function tuple. For explanation of how Tarantool maintains function data, see reference on _func space.
| Parameters: |
|---|
Example:
box.schema.func.drop('calculate')