| Package | Description |
|---|---|
| co.cask.cdap.api.data.schema |
This package contains beta classes for schema in CDAP.
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Field |
Schema.getField(String name)
Returns the record
Schema.Field of the given name. |
static Schema.Field |
Schema.Field.of(String name,
Schema schema)
Creates a
Schema.Field instance with the given name and Schema. |
| Modifier and Type | Method and Description |
|---|---|
List<Schema.Field> |
Schema.getFields() |
| Modifier and Type | Method and Description |
|---|---|
static Schema |
Schema.recordOf(String name,
Schema.Field... fields)
|
| Modifier and Type | Method and Description |
|---|---|
static Schema |
Schema.recordOf(String name,
Iterable<Schema.Field> fields)
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.