Package org.apache.iceberg.orc
Class ORC
- java.lang.Object
-
- org.apache.iceberg.orc.ORC
-
public class ORC extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ORC.ReadBuilder
static class
ORC.WriteBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ORC.ReadBuilder
read(InputFile file)
static ORC.WriteBuilder
write(OutputFile file)
-
-
-
Method Detail
-
write
public static ORC.WriteBuilder write(OutputFile file)
-
read
public static ORC.ReadBuilder read(InputFile file)
-
-