| Package | Description |
|---|---|
| io.cdap.wrangler.utils |
| Modifier and Type | Method and Description |
|---|---|
io.cdap.cdap.api.data.format.StructuredRecord |
RecordConvertor.decodeRecord(Row row,
io.cdap.cdap.api.data.schema.Schema schema)
Converts a Wrangler
Row into a StructuredRecord. |
io.cdap.cdap.api.data.schema.Schema |
SchemaConverter.getSchema(Object value,
String name)
Generates the CDAP Schema for the given object
|
io.cdap.cdap.api.data.schema.Schema |
SchemaConverter.getSchema(Object value,
String name,
String recordPrefix)
Generates the CDAP Schema for the given object
|
io.cdap.cdap.api.data.schema.Schema |
SchemaConverter.toSchema(String id,
Row row)
Generates a
Schema given a row. |
List<io.cdap.cdap.api.data.format.StructuredRecord> |
RecordConvertor.toStructureRecord(List<Row> rows,
io.cdap.cdap.api.data.schema.Schema schema)
Converts a list of
Row into populated list of StructuredRecord |
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.