E - element typeprivate static class SqlFunctions.ProductComparableListEnumerator<E extends Comparable> extends CartesianProductEnumerator<List<E>,FlatLists.ComparableList<E>>
| Modifier and Type | Field and Description |
|---|---|
(package private) E[] |
flatElements |
(package private) List<E> |
list |
private int |
ordinality |
private boolean |
withOrdinality |
elements| Constructor and Description |
|---|
ProductComparableListEnumerator(List<Enumerator<List<E>>> enumerators,
int fieldCount,
boolean withOrdinality) |
| Modifier and Type | Method and Description |
|---|---|
FlatLists.ComparableList<E> |
current() |
close, moveNext, resetfinal E extends Comparable[] flatElements
final List<E extends Comparable> list
private final boolean withOrdinality
private int ordinality
ProductComparableListEnumerator(List<Enumerator<List<E>>> enumerators, int fieldCount, boolean withOrdinality)
public FlatLists.ComparableList<E> current()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.