drop#
- swordfish.streaming.drop(name, force=False)#
Drops the StreamTable with the specified name.
- 参数:
name (str) -- The name of the StreamTable to drop.
force (bool, optional) -- If True, forces the table to be dropped. Defaults to False.
示例
>>> import swordfish as sf >>> sf.streaming.drop('table_name', force=False)