R
- the type of records produced by the iteratorpublic interface RecordIterator<R extends Record> extends CloseableIterator<R>
CloseableIterator
of Record
's with a method to list the names the fields in the produced
records.Modifier and Type | Method and Description |
---|---|
List<String> |
getFieldNames()
Return the field names of the generate record.
|
close
Copyright © 2005–2016 Zementis, Inc.. All rights reserved.