Esempio n. 1
0
 protected static void validateTableColumnOfScalarVarbinary(
     Client client, String sql, String[] expected)
     throws NoConnectionsException, IOException, ProcCallException {
   VoltTable vt = client.callProcedure("@AdHoc", sql).getResults()[0];
   validateTableColumnOfScalarVarbinary(vt, 0, expected);
 }