Class DecoderFactory
java.lang.Object
org.apache.sysds.runtime.transform.decode.DecoderFactory
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
DecoderFactory
public DecoderFactory()
-
-
Method Details
-
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
-
createInstance
-