| Package | Description |
|---|---|
| co.cask.cdap.api.data.format |
Defines data formats for use in programs and data exploration.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
StructuredRecord.Builder |
StructuredRecord.Builder.set(String fieldName,
Object value)
Set the field to the given value.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.