| Package | Description |
|---|---|
| org.apache.calcite.linq4j |
Language-integrated query for Java (linq4j) main package.
|
| Modifier and Type | Method and Description |
|---|---|
Ord<E> |
Ord.OrdList.get(int index) |
Ord<E> |
Ord.OrdArrayList.get(int index) |
static <E> Ord<E> |
Ord.of(int n,
E e)
Creates an Ord.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Iterable<Ord<E>> |
Ord.reverse(E... elements)
Iterates over an array in reverse order.
|
static <E> Iterable<Ord<E>> |
Ord.reverse(Iterable<? extends E> elements)
Iterates over a list in reverse order.
|
static <E> List<Ord<E>> |
Ord.zip(E[] elements)
Returns a numbered list based on an array.
|
static <E> Iterable<Ord<E>> |
Ord.zip(Iterable<? extends E> iterable)
Creates an iterable of
Ords over an iterable. |
static <E> Iterator<Ord<E>> |
Ord.zip(Iterator<? extends E> iterator)
Creates an iterator of
Ords over an iterator. |
static <E> List<Ord<E>> |
Ord.zip(List<? extends E> elements)
Returns a numbered list.
|
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.