exists#
- swordfish.streaming.exists(name)#
Checks if a StreamTable with the specified name exists.
- 参数:
name (str) -- The name of the StreamTable to check.
- 返回:
True if the StreamTable exists, False otherwise.
- 返回类型:
bool
示例
>>> import swordfish as sf >>> sf.streaming.exists('table_name')