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 classORC.ReadBuilderstatic classORC.WriteBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ORC.ReadBuilderread(InputFile file)static ORC.WriteBuilderwrite(OutputFile file)
-
-
-
Method Detail
-
write
public static ORC.WriteBuilder write(OutputFile file)
-
read
public static ORC.ReadBuilder read(InputFile file)
-
-