Class DecoderFactory
- java.lang.Object
-
- org.apache.sysds.runtime.transform.decode.DecoderFactory
-
public class DecoderFactory extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DecoderFactory.DecoderType
-
Constructor Summary
Constructors Constructor Description DecoderFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Decoder
createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta)
static Decoder
createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen)
static Decoder
createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int minCol, int maxCol)
static Decoder
createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen, int minCol, int maxCol)
static Decoder
createInstance(int type)
static int
getDecoderType(Decoder decoder)
-
-
-
Method Detail
-
createDecoder
public static Decoder createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta)
-
createDecoder
public static Decoder createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen)
-
createDecoder
public static Decoder createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int minCol, int maxCol)
-
createDecoder
public static Decoder createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen, int minCol, int maxCol)
-
getDecoderType
public static int getDecoderType(Decoder decoder)
-
createInstance
public static Decoder createInstance(int type)
-
-