| Package | Description |
|---|---|
| co.cask.cdap.api.data.format |
Defines data formats for use in programs and data exploration.
|
| Modifier and Type | Method and Description |
|---|---|
StructuredRecord |
StructuredRecord.Builder.build()
Build a
StructuredRecord with the fields set by this builder. |
static StructuredRecord.Builder |
StructuredRecord.builder(Schema schema)
Get a builder for creating a record with the given schema.
|
StructuredRecord.Builder |
StructuredRecord.Builder.convertAndSet(String fieldName,
String strVal)
Convert the given string into the type of the given field, and set the value for that field.
|
abstract TO |
RecordFormat.read(FROM input)
Read data from the input format to the output type.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.