23242526272829
for (int i = 0; i < this.jobs.length; i++) jobs[i] = this.jobs[i].createImpl(); } else { jobs = new Job[0]; } return new Jobs(this.key, jobs); }
181920212223
// Output public Job[] jobs; } @Override public void compute2() { throw H2O.fail(); } // TODO: what to do about Key here? Schema list(int version, Jobs jobs) { return schema(version).fillFromImpl(new Jobs(null, Job.jobs())); } // All work in schema