Close the underlying data source.
Close the underlying data source. The behaviour of any methods of this object after closing it is undefined.
(Changed in version 2.8.0) collect
has changed. The previous behavior can be reproduced with toSeq
.
Return a new CloseableIterator which also closes the supplied Closeable object when itself gets closed.
Return a new CloseableIterator which also closes the supplied Closeable object when itself gets closed.
Create an embedded PositionedResult which extends from the given dataPos column until the end of this PositionedResult, starts at the current row and ends when the discriminator predicate (which can read columns starting at discriminatorPos) returns false or when this PositionedResult ends.
Create an embedded PositionedResult which extends from the given dataPos column until the end of this PositionedResult, starts at the current row and ends when the discriminator predicate (which can read columns starting at discriminatorPos) returns false or when this PositionedResult ends.
Create an embedded PositionedResult with a single discriminator column followed by the embedded data, starting at the current position.
Create an embedded PositionedResult with a single discriminator column followed by the embedded data, starting at the current position. The embedded view lasts while the discriminator stays the same. If the first discriminator value is NULL, the view is empty.
(positionedResultIterator: MonadOps[T]).filter(p)
(positionedResultIterator: MonadOps[T]).flatMap(f)
(positionedResultIterator: MonadOps[T]).map(f)
(positionedResultIterator: StringAdd).self
(positionedResultIterator: StringFormat).self
(positionedResultIterator: MonadOps[T]).withFilter(p)
(Since version 2.10.0) use fold instead
(positionedResultIterator: ArrowAssoc[PositionedResultIterator[T]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(positionedResultIterator: Ensuring[PositionedResultIterator[T]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A PositionedResult which can be used as a CloseableIterator.