| Package | Description |
|---|---|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| org.apache.calcite.runtime |
Utilities required at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
static Row |
Row.asCopy(Object... values)
Creates a Row.
|
Row |
Row.RowBuilder.build()
Return a Row object
|
static Row |
Row.of(Object... values)
Creates a Row with variable number of values.
|
static Row |
Row.of(Object value0)
Creates a Row with one column value.
|
static Row |
Row.of(Object value0,
Object value1)
Creates a Row with two column values.
|
static Row |
Row.of(Object value0,
Object value1,
Object value2)
Creates a Row with three column values.
|
Row |
Source.receive()
Reads a row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sink.send(Row row) |
| Modifier and Type | Method and Description |
|---|---|
static Enumerable<Row> |
Enumerables.toRow(Enumerable<Object[]> enumerator)
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.