Uses of Interface
com.google.cloud.bigtable.data.v2.models.sql.SqlType.Map
Packages that use SqlType.Map
-
Uses of SqlType.Map in com.google.cloud.bigtable.common
Classes in com.google.cloud.bigtable.common that implement SqlType.Map -
Uses of SqlType.Map in com.google.cloud.bigtable.data.v2.models.sql
Methods in com.google.cloud.bigtable.data.v2.models.sql that return SqlType.MapModifier and TypeMethodDescriptionstatic SqlType.Map<com.google.protobuf.ByteString,List<Struct>> SqlType.historicalMap()returns theSqlTypefor the type returned for column families inwith_historyqueries.static <K,V> SqlType.Map<K, V> Methods in com.google.cloud.bigtable.data.v2.models.sql with parameters of type SqlType.MapModifier and TypeMethodDescription<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)