public static class IndexTarget.Raw
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static IndexTarget.Raw |
fullCollection(ColumnIdentifier c) |
static IndexTarget.Raw |
keysAndValuesOf(ColumnIdentifier c) |
static IndexTarget.Raw |
keysOf(ColumnIdentifier c) |
IndexTarget |
prepare(TableMetadata table) |
static IndexTarget.Raw |
simpleIndexOn(ColumnIdentifier c) |
static IndexTarget.Raw |
valuesOf(ColumnIdentifier c) |
public static IndexTarget.Raw simpleIndexOn(ColumnIdentifier c)
public static IndexTarget.Raw valuesOf(ColumnIdentifier c)
public static IndexTarget.Raw keysOf(ColumnIdentifier c)
public static IndexTarget.Raw keysAndValuesOf(ColumnIdentifier c)
public static IndexTarget.Raw fullCollection(ColumnIdentifier c)
public IndexTarget prepare(TableMetadata table)
Copyright © 2009- The Apache Software Foundation