public static interface OrcProto.TypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFieldNames(int index)
repeated string fieldNames = 3; |
com.google.protobuf.ByteString |
getFieldNamesBytes(int index)
repeated string fieldNames = 3; |
int |
getFieldNamesCount()
repeated string fieldNames = 3; |
List<String> |
getFieldNamesList()
repeated string fieldNames = 3; |
OrcProto.Type.Kind |
getKind()
optional .orc.proto.Type.Kind kind = 1; |
int |
getMaximumLength()
optional uint32 maximumLength = 4; |
int |
getPrecision()
optional uint32 precision = 5; |
int |
getScale()
optional uint32 scale = 6; |
int |
getSubtypes(int index)
repeated uint32 subtypes = 2 [packed = true]; |
int |
getSubtypesCount()
repeated uint32 subtypes = 2 [packed = true]; |
List<Integer> |
getSubtypesList()
repeated uint32 subtypes = 2 [packed = true]; |
boolean |
hasKind()
optional .orc.proto.Type.Kind kind = 1; |
boolean |
hasMaximumLength()
optional uint32 maximumLength = 4; |
boolean |
hasPrecision()
optional uint32 precision = 5; |
boolean |
hasScale()
optional uint32 scale = 6; |
boolean hasKind()
optional .orc.proto.Type.Kind kind = 1;
OrcProto.Type.Kind getKind()
optional .orc.proto.Type.Kind kind = 1;
int getSubtypesCount()
repeated uint32 subtypes = 2 [packed = true];
int getSubtypes(int index)
repeated uint32 subtypes = 2 [packed = true];
int getFieldNamesCount()
repeated string fieldNames = 3;
String getFieldNames(int index)
repeated string fieldNames = 3;
com.google.protobuf.ByteString getFieldNamesBytes(int index)
repeated string fieldNames = 3;
boolean hasMaximumLength()
optional uint32 maximumLength = 4;
int getMaximumLength()
optional uint32 maximumLength = 4;
boolean hasPrecision()
optional uint32 precision = 5;
int getPrecision()
optional uint32 precision = 5;
boolean hasScale()
optional uint32 scale = 6;
int getScale()
optional uint32 scale = 6;
Copyright © 2017 The Apache Software Foundation. All rights reserved.