| Package | Description |
|---|---|
| com.facebook.presto.common.type |
| Modifier and Type | Method and Description |
|---|---|
static RowType.Field |
RowType.field(String name,
Type type) |
static RowType.Field |
RowType.field(Type type) |
| Modifier and Type | Method and Description |
|---|---|
List<RowType.Field> |
RowType.getFields() |
| Modifier and Type | Method and Description |
|---|---|
static RowType |
RowType.from(List<RowType.Field> fields) |
Copyright © 2012–2022. All rights reserved.