Interface ColIndexFactory
-
public interface ColIndexFactory
-
-
Method Summary
Static Methods Modifier and Type Method Description static IColIndexcombine(List<AColGroup> gs)static IColIndexcreate(int nCol)static IColIndexcreate(int[] indexes)static IColIndexcreate(int l, int u)static IColIndexcreate(IntArrayList indexes)static longestimateMemoryCost(int nCol, boolean contiguous)static IColIndexread(DataInput in)
-
-
-
Method Detail
-
read
static IColIndex read(DataInput in) throws IOException
- Throws:
IOException
-
create
static IColIndex create(int[] indexes)
-
create
static IColIndex create(IntArrayList indexes)
-
create
static IColIndex create(int l, int u)
-
create
static IColIndex create(int nCol)
-
estimateMemoryCost
static long estimateMemoryCost(int nCol, boolean contiguous)
-
-