Modifier and Type | Method and Description |
---|---|
IndexedPropDesc[] |
IndexMultiKey.getHashIndexedProps() |
IndexedPropDesc[] |
IndexMultiKey.getRangeIndexedProps() |
Modifier and Type | Method and Description |
---|---|
static Class[] |
IndexedPropDesc.getCoercionTypes(IndexedPropDesc[] descList)
Returns the key coercion types.
|
static String[] |
IndexedPropDesc.getIndexProperties(IndexedPropDesc[] descList)
Returns the index property names given an array of descriptors.
|
static int |
IndexedPropDesc.getPropertyIndex(String propertyName,
IndexedPropDesc[] descList) |
static CodegenExpression |
IndexedPropDesc.makeArray(IndexedPropDesc[] items) |
static void |
IndexedPropDesc.toQueryPlan(StringWriter writer,
IndexedPropDesc[] indexedProps) |
Modifier and Type | Method and Description |
---|---|
static boolean |
IndexedPropDesc.compare(List<IndexedPropDesc> first,
List<IndexedPropDesc> second) |
static boolean |
IndexedPropDesc.compare(List<IndexedPropDesc> first,
List<IndexedPropDesc> second) |
static String[] |
IndexedPropDesc.getIndexProperties(List<IndexedPropDesc> descList) |
static CodegenExpression |
IndexedPropDesc.makeArray(Collection<IndexedPropDesc> items) |
Constructor and Description |
---|
IndexMultiKey(boolean unique,
IndexedPropDesc[] hashIndexedProps,
IndexedPropDesc[] rangeIndexedProps,
AdvancedIndexIndexMultiKeyPart advancedIndexDesc) |
IndexMultiKey(boolean unique,
IndexedPropDesc[] hashIndexedProps,
IndexedPropDesc[] rangeIndexedProps,
AdvancedIndexIndexMultiKeyPart advancedIndexDesc) |
Constructor and Description |
---|
IndexMultiKey(boolean unique,
List<IndexedPropDesc> hashIndexedProps,
List<IndexedPropDesc> rangeIndexedProps,
AdvancedIndexIndexMultiKeyPart advancedIndexDesc) |
IndexMultiKey(boolean unique,
List<IndexedPropDesc> hashIndexedProps,
List<IndexedPropDesc> rangeIndexedProps,
AdvancedIndexIndexMultiKeyPart advancedIndexDesc) |
Modifier and Type | Method and Description |
---|---|
List<IndexedPropDesc> |
QueryPlanIndexItemForge.getBtreePropsAsList() |
List<IndexedPropDesc> |
QueryPlanIndexItem.getBtreePropsAsList() |
List<IndexedPropDesc> |
QueryPlanIndexItemForge.getHashPropsAsList() |
List<IndexedPropDesc> |
QueryPlanIndexItem.getHashPropsAsList() |
Constructor and Description |
---|
QueryPlanIndexItemForge(List<IndexedPropDesc> hashProps,
List<IndexedPropDesc> btreeProps,
boolean unique,
EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc,
EventType eventType) |
QueryPlanIndexItemForge(List<IndexedPropDesc> hashProps,
List<IndexedPropDesc> btreeProps,
boolean unique,
EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc,
EventType eventType) |
Modifier and Type | Method and Description |
---|---|
List<IndexedPropDesc> |
SubordinateQueryPlannerIndexPropListPair.getBtreeProps() |
List<IndexedPropDesc> |
SubordinateQueryPlannerIndexPropListPair.getHashedProps() |
Constructor and Description |
---|
SubordinateQueryPlannerIndexPropListPair(List<IndexedPropDesc> hashedProps,
List<IndexedPropDesc> btreeProps) |
SubordinateQueryPlannerIndexPropListPair(List<IndexedPropDesc> hashedProps,
List<IndexedPropDesc> btreeProps) |
Modifier and Type | Method and Description |
---|---|
static void |
TableUpdateStrategyFactory.validateNewUniqueIndex(String[] tableUpdatedProperties,
IndexedPropDesc[] hashIndexedProps) |
Modifier and Type | Method and Description |
---|---|
IndexedPropDesc[] |
SubordTableLookupStrategyFactoryVDW.getIndexBtreeProps() |
IndexedPropDesc[] |
SubordTableLookupStrategyFactoryVDW.getIndexHashedProps() |
Modifier and Type | Method and Description |
---|---|
static Pair<IndexMultiKey,VirtualDWEventTable> |
VirtualDWQueryPlanUtil.getSubordinateQueryDesc(boolean unique,
IndexedPropDesc[] hashedProps,
IndexedPropDesc[] btreeProps) |
static Pair<IndexMultiKey,VirtualDWEventTable> |
VirtualDWQueryPlanUtil.getSubordinateQueryDesc(boolean unique,
IndexedPropDesc[] hashedProps,
IndexedPropDesc[] btreeProps) |
void |
SubordTableLookupStrategyFactoryVDW.setIndexBtreeProps(IndexedPropDesc[] indexBtreeProps) |
void |
SubordTableLookupStrategyFactoryVDW.setIndexHashedProps(IndexedPropDesc[] indexHashedProps) |
Copyright © 2005–2018. All rights reserved.