public class FixedReceiver extends Object
ResultSetLoader
which handles standard conversions
for scalar columns where the schema is known up front (i.e. "early schema".)
Columns access is by both name and position, though access by position is
faster and is preferred where possible for performance.Modifier and Type | Class and Description |
---|---|
static class |
FixedReceiver.Builder |
Modifier and Type | Method and Description |
---|---|
static FixedReceiver.Builder |
builderFor(SchemaNegotiator negotiator) |
RowSetLoader |
rowWriter() |
void |
save() |
ValueWriter |
scalar(int index) |
ValueWriter |
scalar(String name) |
boolean |
start() |
public static FixedReceiver.Builder builderFor(SchemaNegotiator negotiator)
public boolean start()
public ValueWriter scalar(int index)
public ValueWriter scalar(String name)
public void save()
public RowSetLoader rowWriter()
Copyright © 1970 The Apache Software Foundation. All rights reserved.