We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// DLL_EXPORT const char *tmq_get_table_name(TAOS_RES *res); private native String tmqGetTableName(long res); 在订阅超级表和数据库时,消费到底数据中没有数据所属的表名,经查,上面这个方法返回空。同样的订阅,在c++和c#中可以取到表名
The text was updated successfully, but these errors were encountered:
请补充 TDengine 版本, jdbc 驱动版本,还有 topic 的创建语句
Sorry, something went wrong.
No branches or pull requests
// DLL_EXPORT const char *tmq_get_table_name(TAOS_RES *res);
private native String tmqGetTableName(long res);
在订阅超级表和数据库时,消费到底数据中没有数据所属的表名,经查,上面这个方法返回空。同样的订阅,在c++和c#中可以取到表名
The text was updated successfully, but these errors were encountered: