public interface ColumnConverter
Modifier and Type | Interface and Description |
---|---|
static class |
ColumnConverter.ArrayColumnConverter
Converts and writes array values using
ColumnConverter.ArrayColumnConverter.valueConverter
into ColumnConverter.ArrayColumnConverter.arrayWriter . |
static class |
ColumnConverter.DictColumnConverter
Converts and writes dict values using provided key / value converters.
|
static class |
ColumnConverter.DummyColumnConverter
Does nothing, is used when column is not projected to avoid unnecessary
column values conversions and writes.
|
static class |
ColumnConverter.MapColumnConverter
Converts and writes all map children using provided
ColumnConverter.MapColumnConverter.converters . |
static class |
ColumnConverter.ScalarColumnConverter
Converts and writes scalar values using provided
ColumnConverter.ScalarColumnConverter.valueConverter . |
Modifier and Type | Method and Description |
---|---|
void |
convert(Object value) |
void convert(Object value)
Copyright © 1970 The Apache Software Foundation. All rights reserved.