| Package | Description |
|---|---|
| org.apache.calcite.rel.externalize |
Facilities to externalize
RelNodes to and from
XML and JSON format. |
| org.apache.calcite.util |
Provides utility classes.
|
| Constructor and Description |
|---|
RelJson(JsonBuilder jsonBuilder) |
| Modifier and Type | Method and Description |
|---|---|
JsonBuilder |
JsonBuilder.put(Map<String,Object> map,
String name,
Object value)
Adds a key/value pair to a JSON object.
|
JsonBuilder |
JsonBuilder.putIf(Map<String,Object> map,
String name,
Object value)
Adds a key/value pair to a JSON object if the value is not null.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.