Uses of Interface
org.apache.calcite.avatica.proto.Common.RowOrBuilder
-
Packages that use Common.RowOrBuilder Package Description org.apache.calcite.avatica.proto -
-
Uses of Common.RowOrBuilder in org.apache.calcite.avatica.proto
Classes in org.apache.calcite.avatica.proto that implement Common.RowOrBuilder Modifier and Type Class Description static classCommon.RowA row is a collection of valuesstatic classCommon.Row.BuilderA row is a collection of valuesFields in org.apache.calcite.avatica.proto with type parameters of type Common.RowOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilderV3<Common.Row,Common.Row.Builder,Common.RowOrBuilder>Common.Frame.Builder. rowsBuilder_Methods in org.apache.calcite.avatica.proto that return Common.RowOrBuilder Modifier and Type Method Description Common.RowOrBuilderCommon.Frame.Builder. getRowsOrBuilder(int index)repeated .Row rows = 3;Common.RowOrBuilderCommon.Frame. getRowsOrBuilder(int index)repeated .Row rows = 3;Common.RowOrBuilderCommon.FrameOrBuilder. getRowsOrBuilder(int index)repeated .Row rows = 3;Methods in org.apache.calcite.avatica.proto that return types with arguments of type Common.RowOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilderV3<Common.Row,Common.Row.Builder,Common.RowOrBuilder>Common.Frame.Builder. getRowsFieldBuilder()java.util.List<? extends Common.RowOrBuilder>Common.Frame.Builder. getRowsOrBuilderList()repeated .Row rows = 3;java.util.List<? extends Common.RowOrBuilder>Common.Frame. getRowsOrBuilderList()repeated .Row rows = 3;java.util.List<? extends Common.RowOrBuilder>Common.FrameOrBuilder. getRowsOrBuilderList()repeated .Row rows = 3;
-