@Internal public abstract class IntWriter<T> extends ArrowFieldWriter<T>
ArrowFieldWriter
for Int.Modifier and Type | Class and Description |
---|---|
static class |
IntWriter.IntWriterForArray
|
static class |
IntWriter.IntWriterForRow
|
Modifier and Type | Method and Description |
---|---|
void |
doWrite(T in,
int ordinal)
Sets the field value as the field at the specified ordinal of the specified row.
|
static IntWriter<ArrayData> |
forArray(org.apache.arrow.vector.IntVector intVector) |
static IntWriter<RowData> |
forRow(org.apache.arrow.vector.IntVector intVector) |
finish, getCount, getValueVector, reset, write
public void doWrite(T in, int ordinal)
ArrowFieldWriter
doWrite
in class ArrowFieldWriter<T>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.