CatalogUtil.newSimpleDataType(INT4),
CatalogUtil.newSimpleDataTypeArray(INT4, INT4));
cat.createFunction(funcMeta);
analyzer = new SQLAnalyzer();
planner = new LogicalPlanner(cat);
tuples[0] = new VTuple(3);
tuples[0].put(new Datum[] {
DatumFactory.createText("aabc"),
DatumFactory.createInt4(100),