| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.proto |
| Modifier and Type | Method and Description |
|---|---|
(package private) static boolean |
Meta.Frame.isNewStyleColumn(Common.ColumnValue column)
Determines whether this message contains the new attributes in the
message.
|
(package private) static Object |
Meta.Frame.parseColumn(Common.ColumnValue column)
Parses the value for a ColumnValue using the separated array and scalar attributes.
|
(package private) static Object |
Meta.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 void |
Meta.Frame.validateColumnValue(Common.ColumnValue column)
Verifies that a ColumnValue has only a scalar or array value, not both and not neither.
|
| Modifier and Type | Field and Description |
|---|---|
private static Common.ColumnValue |
Common.ColumnValue.DEFAULT_INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Parser<Common.ColumnValue> |
Common.ColumnValue.PARSER |
private List<Common.ColumnValue> |
Common.Row.value_ |
private List<Common.ColumnValue> |
Common.Row.Builder.value_ |
private com.google.protobuf.RepeatedFieldBuilder<Common.ColumnValue,Common.ColumnValue.Builder,Common.ColumnValueOrBuilder> |
Common.Row.Builder.valueBuilder_ |
| Modifier and Type | Method and Description |
|---|---|
Common.ColumnValue |
Common.ColumnValue.Builder.build() |
Common.ColumnValue |
Common.ColumnValue.Builder.buildPartial() |
static Common.ColumnValue |
Common.ColumnValue.getDefaultInstance() |
Common.ColumnValue |
Common.ColumnValue.getDefaultInstanceForType() |
Common.ColumnValue |
Common.ColumnValue.Builder.getDefaultInstanceForType() |
Common.ColumnValue |
Common.RowOrBuilder.getValue(int index)
repeated .ColumnValue value = 1; |
Common.ColumnValue |
Common.Row.getValue(int index)
repeated .ColumnValue value = 1; |
Common.ColumnValue |
Common.Row.Builder.getValue(int index)
repeated .ColumnValue value = 1; |
static Common.ColumnValue |
Common.ColumnValue.parseDelimitedFrom(InputStream input) |
static Common.ColumnValue |
Common.ColumnValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnValue |
Common.ColumnValue.parseFrom(byte[] data) |
static Common.ColumnValue |
Common.ColumnValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnValue |
Common.ColumnValue.parseFrom(com.google.protobuf.ByteString data) |
static Common.ColumnValue |
Common.ColumnValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnValue |
Common.ColumnValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static Common.ColumnValue |
Common.ColumnValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnValue |
Common.ColumnValue.parseFrom(InputStream input) |
static Common.ColumnValue |
Common.ColumnValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Common.ColumnValue> |
Common.ColumnValue.getParserForType() |
private com.google.protobuf.RepeatedFieldBuilder<Common.ColumnValue,Common.ColumnValue.Builder,Common.ColumnValueOrBuilder> |
Common.Row.Builder.getValueFieldBuilder() |
List<Common.ColumnValue> |
Common.RowOrBuilder.getValueList()
repeated .ColumnValue value = 1; |
List<Common.ColumnValue> |
Common.Row.getValueList()
repeated .ColumnValue value = 1; |
List<Common.ColumnValue> |
Common.Row.Builder.getValueList()
repeated .ColumnValue value = 1; |
static com.google.protobuf.Parser<Common.ColumnValue> |
Common.ColumnValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
Common.Row.Builder |
Common.Row.Builder.addValue(Common.ColumnValue value)
repeated .ColumnValue value = 1; |
Common.Row.Builder |
Common.Row.Builder.addValue(int index,
Common.ColumnValue value)
repeated .ColumnValue value = 1; |
Common.ColumnValue.Builder |
Common.ColumnValue.Builder.mergeFrom(Common.ColumnValue other) |
static Common.ColumnValue.Builder |
Common.ColumnValue.newBuilder(Common.ColumnValue prototype) |
Common.Row.Builder |
Common.Row.Builder.setValue(int index,
Common.ColumnValue value)
repeated .ColumnValue value = 1; |
| Modifier and Type | Method and Description |
|---|---|
Common.Row.Builder |
Common.Row.Builder.addAllValue(Iterable<? extends Common.ColumnValue> values)
repeated .ColumnValue value = 1; |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.