Uses of Class
com.amazonaws.athena.connectors.hbase.integ.HbaseRowBuilder
-
Packages that use HbaseRowBuilder Package Description com.amazonaws.athena.connectors.hbase.integ -
-
Uses of HbaseRowBuilder in com.amazonaws.athena.connectors.hbase.integ
Methods in com.amazonaws.athena.connectors.hbase.integ that return HbaseRowBuilder Modifier and Type Method Description HbaseRowBuilder
HbaseRowBuilder. addColumn(String familyName, String columnName, String columnValue)
Adds a single column to the row.
-