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
protected TableInfo getTableInfo(TapConnectionContext tapConnectorContext, String tableName) { DataMap dataMap = this.postgresJdbcContext.getTableInfo(tableName); TableInfo tableInfo = TableInfo.create(); tableInfo.setNumOfRows(Long.valueOf(dataMap.getString("size"))); tableInfo.setStorageSize((new BigDecimal(dataMap.getString("rowcount"))).longValue()); return tableInfo; }
行信息存的是size
The text was updated successfully, but these errors were encountered:
got,我们下个版本会修复
Sorry, something went wrong.
No branches or pull requests
行信息存的是size
The text was updated successfully, but these errors were encountered: