Package | Description |
---|---|
org.apache.kudu | |
org.apache.kudu.client |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.getRowKeyProjection()
Get a schema that only contains the columns which are part of the key
|
Modifier and Type | Method and Description |
---|---|
Schema |
RowResult.getColumnProjection()
Get the schema used for this scanner's column projection.
|
Schema |
KuduScanner.getProjectionSchema()
Returns the projection schema of this scanner.
|
Schema |
AsyncKuduScanner.getProjectionSchema()
Returns the projection schema of this scanner.
|
Schema |
RowResult.getSchema()
Get the schema associated with this result.
|
Schema |
KuduTable.getSchema()
Get this table's schema, as of the moment this instance was created.
|
Modifier and Type | Method and Description |
---|---|
KuduTable |
KuduClient.createTable(String name,
Schema schema,
CreateTableOptions builder)
Create a table on the cluster with the specified name, schema, and table configurations.
|
com.stumbleupon.async.Deferred<KuduTable> |
AsyncKuduClient.createTable(String name,
Schema schema,
CreateTableOptions builder)
Create a table on the cluster with the specified name, schema, and table configurations.
|
static KuduPredicate |
KuduPredicate.fromPB(Schema schema,
org.apache.kudu.Common.ColumnPredicatePB pb)
Convert a column predicate protobuf message into a predicate.
|
Constructor and Description |
---|
PartialRow(Schema schema)
This is not a stable API, prefer using
newPartialRow()
to create a new partial row. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.