|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.hbql.statement.GenericStatement
org.apache.hadoop.hbase.hbql.statement.StatementWithMapping
org.apache.hadoop.hbase.hbql.statement.CreateIndexStatement
public class CreateIndexStatement
| Constructor Summary | |
|---|---|
CreateIndexStatement(StatementPredicate predicate,
String indexName,
String mappingName,
List<String> indexColumns,
List<String> includeColumns)
|
|
| Method Summary | |
|---|---|
protected ExecutionResults |
execute(HConnectionImpl conn)
|
static String |
usage()
|
| Methods inherited from class org.apache.hadoop.hbase.hbql.statement.StatementWithMapping |
|---|
getMappingContext |
| Methods inherited from class org.apache.hadoop.hbase.hbql.statement.GenericStatement |
|---|
evaluatePredicateAndExecute, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.hadoop.hbase.hbql.statement.ConnectionStatement |
|---|
evaluatePredicateAndExecute |
| Methods inherited from interface org.apache.hadoop.hbase.hbql.statement.HBqlStatement |
|---|
validate |
| Constructor Detail |
|---|
public CreateIndexStatement(StatementPredicate predicate,
String indexName,
String mappingName,
List<String> indexColumns,
List<String> includeColumns)
| Method Detail |
|---|
protected ExecutionResults execute(HConnectionImpl conn)
throws HBqlException
execute in class GenericStatementHBqlExceptionpublic static String usage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||