public final class MapToFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MapToFactory.MAP_TYPE |
Constructor and Description |
---|
MapToFactory() |
Modifier and Type | Method and Description |
---|---|
static AMapToData |
create(ABitmap map) |
static AMapToData |
create(int size,
ABitmap map) |
static AMapToData |
create(int size,
boolean zeros,
IntArrayList[] values) |
static AMapToData |
create(int size,
int numTuples) |
static long |
estimateInMemorySize(int size,
int numTuples) |
static AMapToData |
join(AMapToData left,
AMapToData right) |
static AMapToData |
readIn(DataInput in) |
public static AMapToData create(ABitmap map)
public static AMapToData create(int size, ABitmap map)
public static AMapToData create(int size, boolean zeros, IntArrayList[] values)
public static AMapToData create(int size, int numTuples)
public static long estimateInMemorySize(int size, int numTuples)
public static AMapToData readIn(DataInput in) throws IOException
IOException
public static AMapToData join(AMapToData left, AMapToData right)
Copyright © 2021 The Apache Software Foundation. All rights reserved.