| Package | Description |
|---|---|
| org.apache.calcite.rel.type |
Defines a type system for relational expressions.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RelDataTypeFactory.FieldInfoBuilder
Implementation of
RelDataTypeFactory.FieldInfo that provides a fluid API to build
a list of fields. |
| Modifier and Type | Method and Description |
|---|---|
RelDataType |
RelDataTypeFactory.createStructType(RelDataTypeFactory.FieldInfo fieldInfo)
Creates a type which represents a structured collection of fields,
obtaining the field information via a callback.
|
RelDataType |
RelDataTypeFactoryImpl.createStructType(RelDataTypeFactory.FieldInfo fieldInfo) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.