Uses of Interface
org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
-
Packages that use Common.ColumnValueOrBuilder Package Description org.apache.calcite.avatica.proto -
-
Uses of Common.ColumnValueOrBuilder in org.apache.calcite.avatica.proto
Classes in org.apache.calcite.avatica.proto that implement Common.ColumnValueOrBuilder Modifier and Type Class Description static classCommon.ColumnValueA value might be a TypedValue or an Array of TypedValue'sstatic classCommon.ColumnValue.BuilderA value might be a TypedValue or an Array of TypedValue'sFields in org.apache.calcite.avatica.proto with type parameters of type Common.ColumnValueOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilderV3<Common.ColumnValue,Common.ColumnValue.Builder,Common.ColumnValueOrBuilder>Common.Row.Builder. valueBuilder_Methods in org.apache.calcite.avatica.proto that return Common.ColumnValueOrBuilder Modifier and Type Method Description Common.ColumnValueOrBuilderCommon.Row.Builder. getValueOrBuilder(int index)repeated .ColumnValue value = 1;Common.ColumnValueOrBuilderCommon.Row. getValueOrBuilder(int index)repeated .ColumnValue value = 1;Common.ColumnValueOrBuilderCommon.RowOrBuilder. getValueOrBuilder(int index)repeated .ColumnValue value = 1;Methods in org.apache.calcite.avatica.proto that return types with arguments of type Common.ColumnValueOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilderV3<Common.ColumnValue,Common.ColumnValue.Builder,Common.ColumnValueOrBuilder>Common.Row.Builder. getValueFieldBuilder()java.util.List<? extends Common.ColumnValueOrBuilder>Common.Row.Builder. getValueOrBuilderList()repeated .ColumnValue value = 1;java.util.List<? extends Common.ColumnValueOrBuilder>Common.Row. getValueOrBuilderList()repeated .ColumnValue value = 1;java.util.List<? extends Common.ColumnValueOrBuilder>Common.RowOrBuilder. getValueOrBuilderList()repeated .ColumnValue value = 1;
-