@Internal public abstract class TinyIntWriter<T> extends ArrowFieldWriter<T>
ArrowFieldWriter
for TinyInt.Modifier and Type | Class and Description |
---|---|
static class |
TinyIntWriter.TinyIntWriterForArray
TinyIntWriter for ArrayData input. |
static class |
TinyIntWriter.TinyIntWriterForRow
TinyIntWriter for RowData input. |
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 TinyIntWriter<ArrayData> |
forArray(org.apache.arrow.vector.TinyIntVector tinyIntVector) |
static TinyIntWriter<RowData> |
forRow(org.apache.arrow.vector.TinyIntVector tinyIntVector) |
finish, getCount, getValueVector, reset, write
public static TinyIntWriter<RowData> forRow(org.apache.arrow.vector.TinyIntVector tinyIntVector)
public static TinyIntWriter<ArrayData> forArray(org.apache.arrow.vector.TinyIntVector tinyIntVector)
public void doWrite(T in, int ordinal)
ArrowFieldWriter
doWrite
in class ArrowFieldWriter<T>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.