删除流表报错

if ("stream_table" in objs(true).name) {
    clearTablePersistence(stream_table)
    undef(`stream_table, SHARED)
}


直接运行这段代码会报Cannot recognize the token stream_table, 这个逻辑该怎么写才能完成?

请先 登录 后评论

1 个回答

wale

删除流表建议用dropStreamTable(`stream_table)

请先 登录 后评论