| Package | Description |
|---|---|
| co.cask.cdap.api.data.schema |
This package contains beta classes for schema in CDAP.
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Type |
Schema.getType() |
static Schema.Type |
Schema.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.Type[] |
Schema.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Schema |
Schema.of(Schema.Type type)
Creates a
Schema for the given type. |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.