public class DataConvertUtil extends Object
| Constructor and Description |
|---|
DataConvertUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getNullValueForMeasure(DataType dataType,
int scale)
return default null value based on datatype.
|
static byte[] |
getRawBytes(byte[] lvData)
get raw bytes from LV structure, L is short encoded
|
static byte[] |
getRawBytesForVarchar(byte[] lvData)
get raw bytes from LV structure, L is int encoded
|
public static byte[] getRawBytes(byte[] lvData)
public static byte[] getRawBytesForVarchar(byte[] lvData)
public static Object getNullValueForMeasure(DataType dataType, int scale)
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.