public abstract class ClobConsumer extends BaseConsumer<VarCharVector>
ResultSet
.
Write the data to VarCharVector
.columnIndexInResultSet, currentIndex, vector
Constructor and Description |
---|
ClobConsumer(VarCharVector vector,
int index)
Instantiate a ClobConsumer.
|
Modifier and Type | Method and Description |
---|---|
static ClobConsumer |
createConsumer(VarCharVector vector,
int index,
boolean nullable)
Creates a consumer for
VarCharVector . |
void |
resetValueVector(VarCharVector vector)
Reset the vector within consumer for partial read purpose.
|
close
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
consume
public ClobConsumer(VarCharVector vector, int index)
public static ClobConsumer createConsumer(VarCharVector vector, int index, boolean nullable)
VarCharVector
.public void resetValueVector(VarCharVector vector)
JdbcConsumer
resetValueVector
in interface JdbcConsumer<VarCharVector>
resetValueVector
in class BaseConsumer<VarCharVector>
Copyright © 2023 The Apache Software Foundation. All rights reserved.