FunctionType.GENERAL,
CatalogUtil.newSimpleDataType(TajoDataTypes.Type.INT4),
CatalogUtil.newSimpleDataTypeArray(TajoDataTypes.Type.INT4, TajoDataTypes.Type.INT4));
catalog.createFunction(funcMeta);
analyzer = new SQLAnalyzer();
planner = new LogicalPlanner(catalog);
String[] QUERIES = {
"select name, score, age from people where score > 30", // 0
"select name, score, age from people where score * age", // 1