public interface PersistentKuduRow
| Modifier and Type | Method and Description |
|---|---|
void |
populatePartialRow(org.apache.kudu.client.PartialRow partialRow)
Populate the given
PartialRow with all fields from this row |
void |
populatePartialRowPrimaryKey(org.apache.kudu.client.PartialRow partialRow)
Populate the given
PartialRow with fields from this row comprising the primary key |
void populatePartialRow(org.apache.kudu.client.PartialRow partialRow)
PartialRow with all fields from this rowpartialRow - void populatePartialRowPrimaryKey(org.apache.kudu.client.PartialRow partialRow)
PartialRow with fields from this row comprising the primary keypartialRow - Copyright © 2013–2022. All rights reserved.