public class DecoderFactory extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DecoderFactory.DecoderType | 
| Constructor and Description | 
|---|
| DecoderFactory() | 
| Modifier and Type | Method and 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) | 
public static Decoder createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta)
public static Decoder createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen)
public static Decoder createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int minCol, int maxCol)
public static Decoder createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen, int minCol, int maxCol)
public static int getDecoderType(Decoder decoder)
public static Decoder createInstance(int type)
Copyright © 2021 The Apache Software Foundation. All rights reserved.