Package water.parser

Examples of water.parser.ParseSetup


  // Running all in exec2, no need for backgrounding on F/J threads
  @Override protected void compute2() { throw H2O.fail(); }

  // Entry point for parsing.
  ParseV2 parse(int version, Parse parse) {
    ParseSetup setup = new ParseSetup(true,0,0,null,parse._pType,parse._sep,parse._ncols,parse._singleQuotes,parse._columnNames,parse._domains,null,parse._checkHeader, null);
    parse._job = water.parser.ParseDataset2.startParse2(parse._hex,parse._srcs,parse._delete_on_done,setup);
    return schema(version).fillFromImpl(parse);
  }
View Full Code Here

TOP

Related Classes of water.parser.ParseSetup

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.