Package | Description |
---|---|
org.kududb | |
org.kududb.client |
Modifier and Type | Method and Description |
---|---|
PartialRow |
Schema.newPartialRow()
Creates a new partial row for the schema.
|
Modifier and Type | Method and Description |
---|---|
PartialRow |
Operation.getRow()
Get the underlying row to modify.
|
Modifier and Type | Method and Description |
---|---|
CreateTableOptions |
CreateTableOptions.addSplitRow(PartialRow row)
Add a split point for the table.
|
S |
AbstractKuduScannerBuilder.exclusiveUpperBound(PartialRow partialRow)
Add an upper bound (exclusive) primary key for the scan.
|
S |
AbstractKuduScannerBuilder.lowerBound(PartialRow partialRow)
Add a lower bound (inclusive) primary key for the scan.
|
Copyright © 2016. All rights reserved.