0
私はエキスtablueauのSQL Decimal相当ですか?
if(colType.startsWith("decimal")){
tableDef.addColumn(colName, Type.CHAR_STRING);// what is the type i should use here?
}
row.setInteger(j, (int) rowData.get(j));//what is the method to set a decimal value?