public static class StripePlanner.StreamInformation extends Object
| Modifier and Type | Field and Description | 
|---|---|
| int | column | 
| BufferChunk | firstChunk | 
| OrcProto.Stream.Kind | kind | 
| long | length | 
| long | offset | 
| Constructor and Description | 
|---|
| StreamInformation(OrcProto.Stream.Kind kind,
                 int column,
                 long offset,
                 long length) | 
public final OrcProto.Stream.Kind kind
public final int column
public final long offset
public final long length
public BufferChunk firstChunk
public StreamInformation(OrcProto.Stream.Kind kind, int column, long offset, long length)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.