public class QueryPlanIndexItemForge extends Object implements CodegenMakeable<SAIFFInitializeSymbol>
Constructor and Description |
---|
QueryPlanIndexItemForge(List<IndexedPropDesc> hashProps,
List<IndexedPropDesc> btreeProps,
boolean unique,
EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc,
EventType eventType) |
QueryPlanIndexItemForge(String[] hashProps,
Class[] hashTypes,
String[] rangeProps,
Class[] rangeTypes,
boolean unique,
EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc,
EventType eventType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCompareSortedProps(QueryPlanIndexItemForge other) |
EventAdvancedIndexProvisionCompileTime |
getAdvancedIndexProvisionDesc() |
List<IndexedPropDesc> |
getBtreePropsAsList() |
String[] |
getHashProps() |
List<IndexedPropDesc> |
getHashPropsAsList() |
Class[] |
getHashTypes() |
String[] |
getRangeProps() |
Class[] |
getRangeTypes() |
boolean |
isUnique() |
CodegenExpression |
make(CodegenMethodScope parent,
CodegenClassScope classScope) |
CodegenExpression |
make(CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
void |
setHashTypes(Class[] hashTypes) |
QueryPlanIndexItem |
toRuntime() |
String |
toString() |
public QueryPlanIndexItemForge(String[] hashProps, Class[] hashTypes, String[] rangeProps, Class[] rangeTypes, boolean unique, EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc, EventType eventType)
public QueryPlanIndexItemForge(List<IndexedPropDesc> hashProps, List<IndexedPropDesc> btreeProps, boolean unique, EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc, EventType eventType)
public String[] getHashProps()
public Class[] getHashTypes()
public String[] getRangeProps()
public Class[] getRangeTypes()
public void setHashTypes(Class[] hashTypes)
public boolean isUnique()
public EventAdvancedIndexProvisionCompileTime getAdvancedIndexProvisionDesc()
public boolean equalsCompareSortedProps(QueryPlanIndexItemForge other)
public List<IndexedPropDesc> getHashPropsAsList()
public List<IndexedPropDesc> getBtreePropsAsList()
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
make
in interface CodegenMakeable<SAIFFInitializeSymbol>
public CodegenExpression make(CodegenMethodScope parent, CodegenClassScope classScope)
public QueryPlanIndexItem toRuntime()
Copyright © 2005–2018. All rights reserved.