Uses of Class
com.splout.db.hadoop.TableSpec.FieldIndex

Packages that use TableSpec.FieldIndex
com.splout.db.hadoop This package contains all the classes that implement business logic for helping building Splout datastores using Hadoop with Pangool (http://pangool.net). 
 

Uses of TableSpec.FieldIndex in com.splout.db.hadoop
 

Methods in com.splout.db.hadoop that return TableSpec.FieldIndex
 TableSpec.FieldIndex[] TableSpec.getIndexes()
           
 

Constructors in com.splout.db.hadoop with parameters of type TableSpec.FieldIndex
TableSpec(com.datasalt.pangool.io.Schema schema, com.datasalt.pangool.io.Schema.Field[] partitionFields, TableSpec.FieldIndex[] indexes, java.lang.String[] initialSQL, java.lang.String[] preInsertsSQL, java.lang.String[] postInsertsSQL, java.lang.String[] finalSQL, com.datasalt.pangool.tuplemr.OrderBy insertionOrderBy)
          Creates a Table specification.
TableSpec(com.datasalt.pangool.io.Schema schema, java.lang.String partitionByJavaScript, TableSpec.FieldIndex[] indexes, java.lang.String[] initialSQL, java.lang.String[] preInsertsSQL, java.lang.String[] postInsertsSQL, java.lang.String[] finalSQL, com.datasalt.pangool.tuplemr.OrderBy insertionOrderBy)
          Creates a Table specification.
 



Copyright © 2012-2013 Datasalt Systems S.L.. All Rights Reserved.