Class BigDecimalConverter
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.impl.utils.BigDecimalConverter
-
public class BigDecimalConverter extends java.lang.ObjectProvides converters fromBigDecimalto other numeric types based on the inputSchema.TypeName.
-
-
Constructor Summary
Constructors Constructor Description BigDecimalConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.beam.sdk.transforms.SerializableFunction<java.math.BigDecimal,? extends java.lang.Number>forSqlType(org.apache.beam.sdk.schemas.Schema.TypeName typeName)
-