332333334335336337338339
} @Test public void test_column_spec() throws Exception{ ToolSQLParser parser = getParser("jim.bob"); column_spec_return result = parser.column_spec(); printResult(parser, result.getTree()); }