Package com.facebook.hiveio.input.parser.hive

Examples of com.facebook.hiveio.input.parser.hive.DefaultRecord


public class HiveRecordFactory {
  private HiveRecordFactory() {}

  public static HiveWritableRecord newWritableRecord(int numColumns) {
    return new DefaultRecord(numColumns, new String[0]);
  }
View Full Code Here

TOP

Related Classes of com.facebook.hiveio.input.parser.hive.DefaultRecord

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.