Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForwardValueIterator ¶
type ForwardValueIterator interface { generic.Type Next() bool Err() error Current() GenericValue Close() }
ForwardValueIterator allows iterating over a stream of GenericValue.
type SeekableValueIterator ¶
type SeekableValueIterator interface { ForwardValueIterator SeekForward(n int) error }
SeekableValueIterator allows iterating and seeking over a stream of GenericValue.
Click to show internal directories.
Click to hide internal directories.