public class DataConverter extends Object
Constructor and Description |
---|
DataConverter() |
Modifier and Type | Method and Description |
---|---|
static org.apache.spark.unsafe.types.UTF8String |
fromPaimon(BinaryString string) |
static org.apache.spark.sql.types.Decimal |
fromPaimon(Decimal decimal) |
static org.apache.spark.sql.catalyst.util.ArrayData |
fromPaimon(InternalArray array,
ArrayType arrayType) |
static org.apache.spark.sql.catalyst.util.MapData |
fromPaimon(InternalMap map,
DataType mapType) |
static org.apache.spark.sql.catalyst.InternalRow |
fromPaimon(InternalRow row,
RowType rowType) |
static Object |
fromPaimon(Object o,
DataType type) |
static long |
fromPaimon(Timestamp timestamp) |
public static org.apache.spark.unsafe.types.UTF8String fromPaimon(BinaryString string)
public static org.apache.spark.sql.types.Decimal fromPaimon(Decimal decimal)
public static org.apache.spark.sql.catalyst.InternalRow fromPaimon(InternalRow row, RowType rowType)
public static long fromPaimon(Timestamp timestamp)
public static org.apache.spark.sql.catalyst.util.ArrayData fromPaimon(InternalArray array, ArrayType arrayType)
public static org.apache.spark.sql.catalyst.util.MapData fromPaimon(InternalMap map, DataType mapType)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.