K - Java type of the Map key dataV - Java type of the Map value datapublic static interface SqlType.Map<K,V> extends SqlType<Map<K,V>>
SqlType.Array<Elem>, SqlType.Code, SqlType.Enum<T extends com.google.protobuf.ProtocolMessageEnum>, SqlType.Map<K,V>, SqlType.Proto<T extends com.google.protobuf.AbstractMessage>, SqlType.Struct| Modifier and Type | Method and Description |
|---|---|
SqlType<K> |
getKeyType() |
SqlType<V> |
getValueType() |
Copyright © 2026 Google LLC. All rights reserved.