Package | Description |
---|---|
org.apache.orc.impl |
Modifier and Type | Method and Description |
---|---|
StreamName.Area |
StreamName.getArea() |
static StreamName.Area |
StreamName.getArea(OrcProto.Stream.Kind kind) |
static StreamName.Area |
StreamName.Area.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamName.Area[] |
StreamName.Area.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<OrcProto.Stream> |
PhysicalFsWriter.VariantTracker.placeStreams(StreamName.Area area,
org.apache.orc.impl.PhysicalFsWriter.SizeCounters sizes)
Place the streams in the appropriate area while updating the sizes
with the number of bytes in the area.
|
void |
PhysicalFsWriter.VariantTracker.writeStreams(StreamName.Area area,
FSDataOutputStream raw)
Write the streams in the appropriate area.
|
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.