| Package | Description |
|---|---|
| co.cask.cdap.api.data.format |
Defines data formats for use in programs and data exploration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordFormat.initialize(FormatSpecification formatSpecification)
Initialize the format with the given desired schema and properties.
|
protected abstract void |
RecordFormat.validateSchema(Schema schema)
Validate the given schema, throwing an exception if it is unsupported.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.