public class TargetParser
extends java.lang.Object
Constructor and Description |
---|
TargetParser() |
Modifier and Type | Method and Description |
---|---|
static Pair<ColumnDefinition,IndexTarget.Type> |
parse(CFMetaData cfm,
IndexMetadata indexDef) |
static Pair<ColumnDefinition,IndexTarget.Type> |
parse(CFMetaData cfm,
java.lang.String target) |
public static Pair<ColumnDefinition,IndexTarget.Type> parse(CFMetaData cfm, IndexMetadata indexDef)
public static Pair<ColumnDefinition,IndexTarget.Type> parse(CFMetaData cfm, java.lang.String target)
Copyright © 2017 The Apache Software Foundation