public class SparkOrcValueReaders
extends java.lang.Object
Modifier and Type | Method and 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() |
static OrcValueReader<org.apache.spark.unsafe.types.UTF8String> |
uuids() |
public static OrcValueReader<org.apache.spark.unsafe.types.UTF8String> utf8String()
public static OrcValueReader<org.apache.spark.unsafe.types.UTF8String> uuids()
public static OrcValueReader<java.lang.Long> timestampTzs()
public static OrcValueReader<org.apache.spark.sql.types.Decimal> decimals(int precision, int scale)