Package org.apache.calcite.avatica.proto
Interface Common.AvaticaTypeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.AvaticaType,Common.AvaticaType.Builder
- Enclosing class:
- Common
public static interface Common.AvaticaTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Common.ColumnMetaDatagetColumns(int index)Only present when name = STRUCTintgetColumnsCount()Only present when name = STRUCTjava.util.List<Common.ColumnMetaData>getColumnsList()Only present when name = STRUCTCommon.ColumnMetaDataOrBuildergetColumnsOrBuilder(int index)Only present when name = STRUCTjava.util.List<? extends Common.ColumnMetaDataOrBuilder>getColumnsOrBuilderList()Only present when name = STRUCTCommon.AvaticaTypegetComponent()Only present when name = ARRAYCommon.AvaticaTypeOrBuildergetComponentOrBuilder()Only present when name = ARRAYintgetId()uint32 id = 1;java.lang.StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;Common.RepgetRep().Rep rep = 3;intgetRepValue().Rep rep = 3;booleanhasComponent()Only present when name = ARRAY-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
int getId()
uint32 id = 1;
-
getName
java.lang.String getName()
string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2;
-
getRepValue
int getRepValue()
.Rep rep = 3;
-
getRep
Common.Rep getRep()
.Rep rep = 3;
-
getColumnsList
java.util.List<Common.ColumnMetaData> getColumnsList()
Only present when name = STRUCT
repeated .ColumnMetaData columns = 4;
-
getColumns
Common.ColumnMetaData getColumns(int index)
Only present when name = STRUCT
repeated .ColumnMetaData columns = 4;
-
getColumnsCount
int getColumnsCount()
Only present when name = STRUCT
repeated .ColumnMetaData columns = 4;
-
getColumnsOrBuilderList
java.util.List<? extends Common.ColumnMetaDataOrBuilder> getColumnsOrBuilderList()
Only present when name = STRUCT
repeated .ColumnMetaData columns = 4;
-
getColumnsOrBuilder
Common.ColumnMetaDataOrBuilder getColumnsOrBuilder(int index)
Only present when name = STRUCT
repeated .ColumnMetaData columns = 4;
-
hasComponent
boolean hasComponent()
Only present when name = ARRAY
.AvaticaType component = 5;
-
getComponent
Common.AvaticaType getComponent()
Only present when name = ARRAY
.AvaticaType component = 5;
-
getComponentOrBuilder
Common.AvaticaTypeOrBuilder getComponentOrBuilder()
Only present when name = ARRAY
.AvaticaType component = 5;
-
-