Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl | |
org.apache.orc.impl.writer |
Modifier and Type | Method and Description |
---|---|
static Writer |
OrcFile.createWriter(Path path,
OrcFile.WriterOptions opts)
Create an ORC file writer.
|
Writer |
OrcFile.WriterContext.getWriter() |
Modifier and Type | Interface and Description |
---|---|
interface |
WriterInternal
The ORC internal API to the writer.
|
Modifier and Type | Class and Description |
---|---|
class |
WriterImpl
An ORC file writer.
|
Modifier and Type | Class and Description |
---|---|
class |
WriterImplV2
An ORCv2 file writer.
|
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.