| Package | Description |
|---|---|
| com.google.cloud.bigtable.common | |
| com.google.cloud.bigtable.data.v2.models.sql |
| Modifier and Type | Class and Description |
|---|---|
static class |
Type.Map<K,V> |
| Modifier and Type | Method and Description |
|---|---|
static SqlType.Map<com.google.protobuf.ByteString,List<Struct>> |
SqlType.historicalMap()
returns the
SqlType for the type returned for column families in with_history
queries. |
static <K,V> SqlType.Map<K,V> |
SqlType.mapOf(SqlType<K> keyType,
SqlType<V> valType)
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> Map<K,V> |
StructReader.getMap(int columnIndex,
SqlType.Map<K,V> mapType) |
<K,V> Map<K,V> |
StructReader.getMap(String columnName,
SqlType.Map<K,V> mapType) |
Copyright © 2026 Google LLC. All rights reserved.