Class LocalDateWrapperSource

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

public class LocalDateWrapperSource
extends AbstractColumnSource<LocalDate>
implements MutableColumnSourceGetDefaults.ForObject<LocalDate>
A ColumnSource for LocalDates that is backed by an inner ColumnSource of ZonedDateTime. Note that no special handling is done for timezones. The returned local time will be in the zone of each inner ZonedDateTime.
See Also:
Serialized Form