| Constructor and Description |
|---|
RelJsonReader(RelOptCluster cluster,
RelOptSchema relOptSchema,
Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
RelNode |
read(String s) |
static RelDataType |
readType(RelDataTypeFactory typeFactory,
String s)
Converts a JSON string (such as that produced by
RelJson.toJson(Object)) into a Calcite type. |
public RelJsonReader(RelOptCluster cluster, RelOptSchema relOptSchema, Schema schema)
public RelNode read(String s) throws IOException
IOExceptionpublic static RelDataType readType(RelDataTypeFactory typeFactory, String s) throws IOException
RelJson.toJson(Object)) into a Calcite type.IOExceptionCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.