Package org.apache.iceberg.spark.data
Class SparkOrcValueReaders
- java.lang.Object
-
- org.apache.iceberg.spark.data.SparkOrcValueReaders
-
public class SparkOrcValueReaders extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OrcValueReader<org.apache.spark.sql.types.Decimal>
decimals(int precision, int scale)
static OrcValueReader<java.lang.Long>
timestampTzs()
static OrcValueReader<org.apache.spark.unsafe.types.UTF8String>
utf8String()
-
-
-
Method Detail
-
utf8String
public static OrcValueReader<org.apache.spark.unsafe.types.UTF8String> utf8String()
-
timestampTzs
public static OrcValueReader<java.lang.Long> timestampTzs()
-
decimals
public static OrcValueReader<org.apache.spark.sql.types.Decimal> decimals(int precision, int scale)
-
-