public interface CarbonStreamParser
| Modifier and Type | Field and Description |
|---|---|
static String |
CARBON_STREAM_PARSER |
static String |
CARBON_STREAM_PARSER_CSV |
static String |
CARBON_STREAM_PARSER_DEFAULT |
static String |
CARBON_STREAM_PARSER_ROW_PARSER |
| 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 value) |
static final String CARBON_STREAM_PARSER
static final String CARBON_STREAM_PARSER_CSV
static final String CARBON_STREAM_PARSER_ROW_PARSER
static final String CARBON_STREAM_PARSER_DEFAULT
void initialize(org.apache.hadoop.conf.Configuration configuration,
org.apache.spark.sql.types.StructType structType)
Object[] parserRow(org.apache.spark.sql.catalyst.InternalRow value)
void close()
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.