Class BigDecimalConverter
java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.utils.BigDecimalConverter
Provides converters from 
BigDecimal to other numeric types based on the input Schema.TypeName.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic SerializableFunction<BigDecimal, ? extends Number> forSqlType(Schema.TypeName typeName)  
- 
Constructor Details
- 
BigDecimalConverter
public BigDecimalConverter() 
 - 
 - 
Method Details
- 
forSqlType
public static SerializableFunction<BigDecimal,? extends Number> forSqlType(Schema.TypeName typeName)  
 -