public class CSVStreamParserImp extends Object implements CarbonStreamParser
CARBON_STREAM_PARSER, CARBON_STREAM_PARSER_CSV, CARBON_STREAM_PARSER_DEFAULT, CARBON_STREAM_PARSER_ROW_PARSER| Constructor and Description |
|---|
CSVStreamParserImp() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
initialize(org.apache.hadoop.conf.Configuration configuration,
org.apache.spark.sql.types.StructType structType) |
Object[] |
parserRow(org.apache.spark.sql.catalyst.InternalRow row) |
public void initialize(org.apache.hadoop.conf.Configuration configuration,
org.apache.spark.sql.types.StructType structType)
initialize in interface CarbonStreamParserpublic Object[] parserRow(org.apache.spark.sql.catalyst.InternalRow row)
parserRow in interface CarbonStreamParserpublic void close()
close in interface CarbonStreamParserCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.