2728293031323334
generateClass(); } @Override protected void generateClass() throws Exception { this.clazz = new HeapTupleCodeGenerator(iface, fieldNames, fieldTypes).cookToClass(); this.allocator = new TupleAllocatorGenerator(clazz).createAllocator(); }