| Package | Description |
|---|---|
| co.cask.cdap.api.data.format |
Defines data formats for use in programs and data exploration.
|
| co.cask.cdap.api.data.schema |
This package contains beta classes for schema in CDAP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormatSpecification
Specification for a
RecordFormat, including the class, schema, and settings to use for the format. |
class |
RecordFormat<FROM,TO>
Interface specifying how to read data in some format into java objects.
|
class |
StructuredRecord
Instance of a record structured by a
Schema. |
class |
UnexpectedFormatException
Exception to indicate data is of an unexpected format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Schema
This class represents schema of data types.
|
class |
SchemaHash
A MD5 hash of a
Schema. |
class |
UnsupportedTypeException
Exception to indicate a given type is not supported.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.