public interface RawDataSource extends Iterable<Map<String,Object>>, Iterator<Map<String,Object>>
| Modifier and Type | Field and Description |
|---|---|
static String |
INDEX
variable name under which the index of the row will be bound in the environment
|
static String |
ROW
variable name under which the row of data will be bound in the environment
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFieldNames()
Return the set of top level field names in each record
|
boolean |
hasNext()
Return true if more record values are available.
|
Iterator<Map<String,Object>> |
iterator()
Return itself as an iterator
|
Map<String,Object> |
next()
Return the next record value.
|
long |
size()
Return the total number of rows in the source or -1 if this information is not available
|
static final String ROW
static final String INDEX
boolean hasNext()
long size()
Copyright © 2015. All rights reserved.