RECORD
- the type of objects that represents a single record@Beta public interface RecordWritable<RECORD> extends Closeable
BatchWritable
.Modifier and Type | Method and Description |
---|---|
Type |
getRecordType()
The type of records that the dataset exposes as a schema.
|
void |
write(RECORD record)
Writes the record into a dataset.
|
Type getRecordType()
void write(RECORD record) throws IOException
record
- record to write into the dataset.IOException
- when the RECORD
could not be written to the dataset.Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.