Uses of Class
org.apache.calcite.avatica.proto.Common.ColumnValue
-
Packages that use Common.ColumnValue Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.proto -
-
Uses of Common.ColumnValue in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica with parameters of type Common.ColumnValue Modifier and Type Method Description (package private) static booleanMeta.Frame. isNewStyleColumn(Common.ColumnValue column)Determines whether this message contains the new attributes in the message.(package private) static java.lang.ObjectMeta.Frame. parseColumn(Common.ColumnValue column)Parses the value for a ColumnValue using the separated array and scalar attributes.(package private) static java.lang.ObjectMeta.Frame. parseOldStyleColumn(Common.ColumnValue column)For Calcite 1.5, we made the mistake of using array length to determine when the value for a column is a scalar or an array.(package private) static voidMeta.Frame. validateColumnValue(Common.ColumnValue column)Verifies that a ColumnValue has only a scalar or array value, not both and not neither. -
Uses of Common.ColumnValue in org.apache.calcite.avatica.proto
Fields in org.apache.calcite.avatica.proto declared as Common.ColumnValue Modifier and Type Field Description private static Common.ColumnValueCommon.ColumnValue. DEFAULT_INSTANCEFields in org.apache.calcite.avatica.proto with type parameters of type Common.ColumnValue Modifier and Type Field Description private static com.google.protobuf.Parser<Common.ColumnValue>Common.ColumnValue. PARSERprivate java.util.List<Common.ColumnValue>Common.Row.Builder. value_private java.util.List<Common.ColumnValue>Common.Row. value_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.ColumnValue Modifier and Type Method Description Common.ColumnValueCommon.ColumnValue.Builder. build()Common.ColumnValueCommon.ColumnValue.Builder. buildPartial()static Common.ColumnValueCommon.ColumnValue. getDefaultInstance()Common.ColumnValueCommon.ColumnValue.Builder. getDefaultInstanceForType()Common.ColumnValueCommon.ColumnValue. getDefaultInstanceForType()Common.ColumnValueCommon.Row.Builder. getValue(int index)repeated .ColumnValue value = 1;Common.ColumnValueCommon.Row. getValue(int index)repeated .ColumnValue value = 1;Common.ColumnValueCommon.RowOrBuilder. getValue(int index)repeated .ColumnValue value = 1;static Common.ColumnValueCommon.ColumnValue. parseDelimitedFrom(java.io.InputStream input)static Common.ColumnValueCommon.ColumnValue. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ColumnValueCommon.ColumnValue. parseFrom(byte[] data)static Common.ColumnValueCommon.ColumnValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ColumnValueCommon.ColumnValue. parseFrom(com.google.protobuf.ByteString data)static Common.ColumnValueCommon.ColumnValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ColumnValueCommon.ColumnValue. parseFrom(com.google.protobuf.CodedInputStream input)static Common.ColumnValueCommon.ColumnValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ColumnValueCommon.ColumnValue. parseFrom(java.io.InputStream input)static Common.ColumnValueCommon.ColumnValue. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ColumnValueCommon.ColumnValue. parseFrom(java.nio.ByteBuffer data)static Common.ColumnValueCommon.ColumnValue. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.calcite.avatica.proto that return types with arguments of type Common.ColumnValue Modifier and Type Method Description com.google.protobuf.Parser<Common.ColumnValue>Common.ColumnValue. getParserForType()private com.google.protobuf.RepeatedFieldBuilderV3<Common.ColumnValue,Common.ColumnValue.Builder,Common.ColumnValueOrBuilder>Common.Row.Builder. getValueFieldBuilder()java.util.List<Common.ColumnValue>Common.Row.Builder. getValueList()repeated .ColumnValue value = 1;java.util.List<Common.ColumnValue>Common.Row. getValueList()repeated .ColumnValue value = 1;java.util.List<Common.ColumnValue>Common.RowOrBuilder. getValueList()repeated .ColumnValue value = 1;static com.google.protobuf.Parser<Common.ColumnValue>Common.ColumnValue. parser()Methods in org.apache.calcite.avatica.proto with parameters of type Common.ColumnValue Modifier and Type Method Description Common.Row.BuilderCommon.Row.Builder. addValue(int index, Common.ColumnValue value)repeated .ColumnValue value = 1;Common.Row.BuilderCommon.Row.Builder. addValue(Common.ColumnValue value)repeated .ColumnValue value = 1;Common.ColumnValue.BuilderCommon.ColumnValue.Builder. mergeFrom(Common.ColumnValue other)static Common.ColumnValue.BuilderCommon.ColumnValue. newBuilder(Common.ColumnValue prototype)Common.Row.BuilderCommon.Row.Builder. setValue(int index, Common.ColumnValue value)repeated .ColumnValue value = 1;Method parameters in org.apache.calcite.avatica.proto with type arguments of type Common.ColumnValue Modifier and Type Method Description Common.Row.BuilderCommon.Row.Builder. addAllValue(java.lang.Iterable<? extends Common.ColumnValue> values)repeated .ColumnValue value = 1;
-