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 classDecoderFactory.DecoderType 
- 
Constructor Summary
Constructors Constructor Description DecoderFactory() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DecodercreateDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta)static DecodercreateDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen)static DecodercreateDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int minCol, int maxCol)static DecodercreateDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen, int minCol, int maxCol)static DecodercreateInstance(int type)static intgetDecoderType(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)
 
 - 
 
 -