public class FieldWriterFactory.RowWriter extends Object implements FieldWriter
FieldWriter
to write InternalRow
.Modifier and Type | Method and Description |
---|---|
void |
write(DataGetters container,
int index,
org.apache.avro.io.Encoder encoder) |
void |
writeRow(InternalRow row,
org.apache.avro.io.Encoder encoder) |
public void write(DataGetters container, int index, org.apache.avro.io.Encoder encoder) throws IOException
write
in interface FieldWriter
IOException
public void writeRow(InternalRow row, org.apache.avro.io.Encoder encoder) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.