public final class StreamDescriptor extends Object
Constructor and Description |
---|
StreamDescriptor(String streamName,
int streamId,
String fieldName,
OrcType orcType,
OrcDataSource orcDataSource,
List<StreamDescriptor> nestedStreams) |
StreamDescriptor(String streamName,
int streamId,
String fieldName,
OrcType orcType,
OrcDataSource orcDataSource,
List<StreamDescriptor> nestedStreams,
int sequence) |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName() |
List<StreamDescriptor> |
getNestedStreams() |
OrcDataSource |
getOrcDataSource() |
OrcDataSourceId |
getOrcDataSourceId() |
OrcType |
getOrcType() |
OrcType.OrcTypeKind |
getOrcTypeKind() |
int |
getSequence() |
int |
getStreamId() |
String |
getStreamName() |
String |
toString() |
public StreamDescriptor(String streamName, int streamId, String fieldName, OrcType orcType, OrcDataSource orcDataSource, List<StreamDescriptor> nestedStreams)
public StreamDescriptor(String streamName, int streamId, String fieldName, OrcType orcType, OrcDataSource orcDataSource, List<StreamDescriptor> nestedStreams, int sequence)
public String getStreamName()
public int getStreamId()
public int getSequence()
public OrcType.OrcTypeKind getOrcTypeKind()
public OrcType getOrcType()
public String getFieldName()
public OrcDataSourceId getOrcDataSourceId()
public OrcDataSource getOrcDataSource()
public List<StreamDescriptor> getNestedStreams()
Copyright © 2012–2020. All rights reserved.