Class FixedPrecisionNumeric

java.lang.Object
org.apache.beam.sdk.schemas.logicaltypes.PassThroughLogicalType<BigDecimal>
org.apache.beam.sdk.schemas.logicaltypes.FixedPrecisionNumeric
All Implemented Interfaces:
Serializable, Schema.LogicalType<BigDecimal,BigDecimal>

public class FixedPrecisionNumeric extends PassThroughLogicalType<BigDecimal>
Fixed precision numeric types used to represent jdbc NUMERIC and DECIMAL types.
See Also: