| Modifier and Type | Class and Description |
|---|---|
class |
DataFrame
Created by Alex on 09.03.2016.
|
| Modifier and Type | Method and Description |
|---|---|
static DataFrameBuilder |
DataFrameBuilder.create(DataContainer dataContainer)
Creates a data frame builder instance based on a parent data container.
|
static DataFrame |
DataFrameConverter.fromDataContainer(DataContainer<?,?> reader,
Map<String,DataFrameColumn> columns)
Converts a parent data container to a data frame.
|
static DataFrame |
DataFrameConverter.fromDataContainer(DataContainer<?,?> reader,
Map<String,DataFrameColumn> columns,
FilterPredicate filterPredicate)
Converts a parent data container to a data frame.
|
| Modifier and Type | Method and Description |
|---|---|
DataContainer<H,R> |
ReaderBuilder.fromFile(File f)
Creates a data container from a file.
|
DataContainer<H,R> |
ReaderBuilder.fromResource(String content,
ClassLoader classLoader)
Creates a data container from a resoruce
|
DataContainer<H,R> |
ReaderBuilder.fromString(String content)
Creates a data container from a string
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataWriter.print(DataContainer<? extends Header,? extends Row> dataContainer)
Prints a data container to
System.out |
void |
DataWriter.print(PrintStream printStream,
DataContainer<? extends Header,? extends Row> dataContainer)
Prints a data container to a
PrintStream |
void |
DataWriter.write(File file,
DataContainer<? extends Header,? extends Row> dataContainer)
Writes a data container into a file
|
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
DataMapper.map(DataContainer<? extends Header,? extends Row> reader,
Class<T> cl)
Maps a
DataContainer to a list
The specified type of entities in the list must have MappedColumn annotated fields. |
static <T> Iterator<T> |
DataMapper.mapEach(DataContainer<? extends Header,? extends Row> reader,
Class<T> cl)
Returns an iterator over mapped entities from the data container
The specified type of entities must have
MappedColumn annotated fields. |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVFileReader
Created by Alex on 12.03.2016.
|
class |
CSVReader
Created by Alex on 09.03.2016.
|
class |
CSVResourceReader
Created by Alex on 12.03.2016.
|
class |
CSVStringReader
Created by Alex on 12.03.2016.
|
| Modifier and Type | Method and Description |
|---|---|
DataContainer<CSVHeader,CSVRow> |
CSVReaderBuilder.fromFile(File f) |
DataContainer<CSVHeader,CSVRow> |
CSVReaderBuilder.fromResource(String content,
ClassLoader classLoader) |
DataContainer<CSVHeader,CSVRow> |
CSVReaderBuilder.fromString(String content) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CSVWriter.print(DataContainer<?,?> dataContainer,
char separator,
boolean containsHeader,
String headerPrefix)
Prints a csv file to
System.out |
void |
CSVWriter.print(DataContainer<? extends Header,? extends Row> dataContainer) |
void |
CSVWriter.print(PrintStream printWriter,
DataContainer<? extends Header,? extends Row> dataContainer) |
static void |
CSVWriter.write(File file,
DataContainer<?,?> dataContainer,
char separator,
boolean containsHeader,
String headerPrefix,
boolean gzip)
Writes a csv file
|
void |
CSVWriter.write(File file,
DataContainer<? extends Header,? extends Row> dataContainer) |
static void |
CSVWriter.write(File file,
DataContainer dataContainer,
char separator)
Writes a csv file
|
static void |
CSVWriter.write(File file,
DataContainer dataContainer,
char separator,
boolean containsHeader,
String headerPrefix)
Writes a csv file
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataGroup
Created by Alex on 10.03.2016.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JoinedDataFrame
Created by Alex on 13.03.2016.
|
Copyright © 2017. All rights reserved.