| Package | Description |
|---|---|
| org.apache.calcite.runtime |
Utilities required at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlFunctions.FlatProductInputType |
SqlFunctions.FlatProductInputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlFunctions.FlatProductInputType[] |
SqlFunctions.FlatProductInputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Function1<Object,Enumerable<FlatLists.ComparableList<Comparable>>> |
SqlFunctions.flatProduct(int[] fieldCounts,
boolean withOrdinality,
SqlFunctions.FlatProductInputType[] inputTypes) |
private static Enumerable<FlatLists.ComparableList<Comparable>> |
SqlFunctions.p2(Object[] lists,
int[] fieldCounts,
boolean withOrdinality,
SqlFunctions.FlatProductInputType[] inputTypes) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.