public class Decimal extends Object
Modifier and Type | Method and Description |
---|---|
int |
getPrecision() |
int |
getScale() |
byte[] |
toParquetBytes(String v) |
public Decimal(String type)
type
- the type definition, like "decimal(10, 2)"public int getPrecision()
public int getScale()
public byte[] toParquetBytes(String v)
v
- the string valueCopyright © 2023. All Rights Reserved.