return o.getHql();
}
};
cellTable.addColumn(hqlColumn, "Hive Query");
ButtonCell downloadButton = new ButtonCell();
Column<QueryHistoryBo, String> downloadColumn = new Column<QueryHistoryBo, String>(
downloadButton) {
public String getValue(QueryHistoryBo o) {
String fileLocation = o.getFilename();