public class Id
extends java.lang.Object
Constructor and Description |
---|
Id() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<java.util.List<org.apache.lucene.util.BytesRef>,java.lang.String> |
compile(int numPks,
int clusteredByPosition)
generates a function which can be used to generate an id.
|
static com.google.common.base.Function<java.util.List<org.apache.lucene.util.BytesRef>,java.lang.String> |
compile(java.util.List<ColumnIdent> pkColumns,
ColumnIdent clusteredBy)
returns a function which can be used to generate an id
|
public static com.google.common.base.Function<java.util.List<org.apache.lucene.util.BytesRef>,java.lang.String> compile(int numPks, int clusteredByPosition)
compile(List, ColumnIdent)
if it should be handledpublic static com.google.common.base.Function<java.util.List<org.apache.lucene.util.BytesRef>,java.lang.String> compile(java.util.List<ColumnIdent> pkColumns, ColumnIdent clusteredBy)