public class DecoderFactory extends Object
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) |
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)
Copyright © 2020 The Apache Software Foundation. All rights reserved.