Class EmptyToNullStringRegionedColumnSource<STRING_LIKE_TYPE extends CharSequence>

java.lang.Object
com.illumon.iris.db.v2.sources.AbstractColumnSource<STRING_LIKE_TYPE>
com.illumon.iris.db.v2.sources.EmptyToNullStringRegionedColumnSource<STRING_LIKE_TYPE>
All Implemented Interfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, FillContextMaker, GetContextMaker, ColumnSource<STRING_LIKE_TYPE>, ColumnSourceGetDefaults.ForObject<STRING_LIKE_TYPE>, ElementSource<STRING_LIKE_TYPE>, MutableColumnSource<STRING_LIKE_TYPE>, MutableColumnSourceGetDefaults.ForObject<STRING_LIKE_TYPE>, Releasable, TupleExporter<STRING_LIKE_TYPE>, TupleSource<STRING_LIKE_TYPE>, Serializable

public class EmptyToNullStringRegionedColumnSource<STRING_LIKE_TYPE extends CharSequence>
extends AbstractColumnSource<STRING_LIKE_TYPE>
implements MutableColumnSourceGetDefaults.ForObject<STRING_LIKE_TYPE>
Regioned ColumnSource that replaces empty CharSequences with null.
See Also:
Serialized Form