public class DataModelConverter
extends org.apache.parquet.io.api.GroupConverter
Constructor and Description |
---|
DataModelConverter(List<? extends PropertyDescriptor> properties)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
end() |
org.apache.parquet.io.api.Converter |
getConverter(int index) |
Object |
getCurrentObject()
Returns the current object.
|
void |
prepare(Object nextObject)
Sets the next target data model.
|
void |
start() |
public DataModelConverter(List<? extends PropertyDescriptor> properties)
properties
- the properties in the target data modelpublic void prepare(Object nextObject)
nextObject
- the next target data modelpublic Object getCurrentObject()
public void start()
start
in class org.apache.parquet.io.api.GroupConverter
public void end()
end
in class org.apache.parquet.io.api.GroupConverter
public org.apache.parquet.io.api.Converter getConverter(int index)
getConverter
in class org.apache.parquet.io.api.GroupConverter
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.