Package org.hivedb.meta

Examples of org.hivedb.meta.PartitionDimension


      new SecondaryIndex("name", Types.VARCHAR),
      new SecondaryIndex("num", Types.INTEGER));
  }

  protected PartitionDimension createEmptyPartitionDimension() {
    return new PartitionDimension(
      Hive.NEW_OBJECT_ID,
      partitionDimensionName(),
      Types.INTEGER,
      getConnectString(H2TestCase.TEST_DB),
      new ArrayList<Resource>());
View Full Code Here

TOP

Related Classes of org.hivedb.meta.PartitionDimension

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.