Modifier and Type | Field and Description |
---|---|
(package private) BufferedReader |
buffered_in |
(package private) String |
delimiter |
(package private) long |
end |
(package private) org.apache.hadoop.fs.FSDataInputStream |
fsin |
(package private) org.apache.hadoop.util.LineReader |
in |
(package private) boolean |
in_memory |
(package private) org.apache.hadoop.io.Text |
line |
(package private) static int |
maxLineLength |
(package private) long |
pos |
(package private) long |
start |
(package private) Tree |
type |
(package private) int |
type_length |
(package private) byte[] |
types |
Constructor and Description |
---|
LineParser() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(Trees args) |
void |
open(org.apache.hadoop.fs.FSDataInputStream fsin,
long fstart,
long fend) |
void |
open(String file) |
Bag |
parse(String line) |
(package private) static Tree |
relational_record_type(Tree tp) |
(package private) static byte[] |
relational_record(Tree tp) |
String |
slice() |
Tree |
type() |
static final int maxLineLength
boolean in_memory
org.apache.hadoop.fs.FSDataInputStream fsin
org.apache.hadoop.util.LineReader in
BufferedReader buffered_in
org.apache.hadoop.io.Text line
long start
long end
long pos
String delimiter
Tree type
byte[] types
int type_length
static byte[] relational_record(Tree tp)
public void initialize(Trees args)
initialize
in interface Parser
public void open(org.apache.hadoop.fs.FSDataInputStream fsin, long fstart, long fend)
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.