| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Primitive.arrayItem(Object dataSet,
int ordinal,
Primitive.Sink sink)
Sends to a sink an from an array.
|
void |
Primitive.jdbc(ResultSet resultSet,
int i,
Primitive.Sink sink)
Sends to a sink a value from a given column in a JDBC result set.
|
void |
Primitive.send(Field field,
Object o,
Primitive.Sink sink)
Sends a field value to a sink.
|
void |
Primitive.send(Primitive.Source source,
Primitive.Sink sink)
Sends a value from a source to a sink.
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.