public final class FlinkLineParser extends LineParser implements FlinkParser
Modifier and Type | Field and Description |
---|---|
(package private) LineReader |
in |
(package private) byte[] |
line |
buffered_in, delimiter, end, fsin, in_memory, maxLineLength, pos, start, type, type_length, types
Constructor and Description |
---|
FlinkLineParser() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(Trees arg0) |
void |
open(org.apache.flink.core.fs.FSDataInputStream fsin,
long fstart,
long fend) |
void |
open(org.apache.hadoop.fs.FSDataInputStream arg0,
long arg1,
long arg2) |
void |
open(String arg0) |
Bag |
parse(String arg0) |
String |
slice() |
Tree |
type() |
initialize, open, open, parse, relational_record_type, relational_record, type
LineReader in
byte[] line
public void open(org.apache.flink.core.fs.FSDataInputStream fsin, long fstart, long fend)
open
in interface FlinkParser
public String slice()
slice
in class LineParser
public void initialize(Trees arg0)
public Tree type()
public void open(String arg0)
public void open(org.apache.hadoop.fs.FSDataInputStream arg0, long arg1, long arg2)
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.