Class DecoderFactory
- java.lang.Object
- 
- org.apache.sysds.runtime.transform.decode.DecoderFactory
 
- 
 public class DecoderFactory extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDecoderFactory.DecoderType
 - 
Constructor SummaryConstructors Constructor Description DecoderFactory()
 - 
Method SummaryAll 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- 
createDecoderpublic static Decoder createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta) 
 - 
createDecoderpublic static Decoder createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen) 
 - 
createDecoderpublic static Decoder createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int minCol, int maxCol) 
 - 
createDecoderpublic static Decoder createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen, int minCol, int maxCol) 
 - 
getDecoderTypepublic static int getDecoderType(Decoder decoder) 
 - 
createInstancepublic static Decoder createInstance(int type) 
 
- 
 
-