Uses of Enum Class
dev.hardwood.writer.PrecisionLossPolicy
Packages that use PrecisionLossPolicy
Package
Description
Parquet file writer, with a columnar and a row-oriented API over one core.
-
Uses of PrecisionLossPolicy in dev.hardwood.writer
Subclasses with type arguments of type PrecisionLossPolicy in dev.hardwood.writerModifier and TypeClassDescriptionenumWhatRowWriterdoes with a value carrying more precision than the column it is written to can hold — anInstantwith microseconds into aTIMESTAMP(MILLIS)column, aBigDecimalwith three decimals into aDECIMAL(_, 2)column.Fields in dev.hardwood.writer declared as PrecisionLossPolicyModifier and TypeFieldDescriptionstatic final PrecisionLossPolicyWriterConfig.DEFAULT_PRECISION_LOSS_POLICYDefault precision-loss policy: reject a value the column cannot hold exactly, rather than silently dropping the digits that do not fit.Methods in dev.hardwood.writer that return PrecisionLossPolicyModifier and TypeMethodDescriptionWriterConfig.precisionLossPolicy()WhatRowWriterdoes with a value carrying more precision than its column can hold.static PrecisionLossPolicyReturns the enum constant of this class with the specified name.static PrecisionLossPolicy[]PrecisionLossPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.hardwood.writer with parameters of type PrecisionLossPolicyModifier and TypeMethodDescriptionWriterConfig.Builder.precisionLossPolicy(PrecisionLossPolicy precisionLossPolicy)