| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryTypeDescriptorImpl
Descriptor of type.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridQueryTypeDescriptor> |
GridQueryProcessor.types(@Nullable String cacheName)
Gets types for cache.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridQueryIndexing.registerType(GridCacheContextInfo cacheInfo,
GridQueryTypeDescriptor desc,
boolean isSql)
Registers type if it was not known before or updates it otherwise.
|
void |
GridQueryIndexing.remove(GridCacheContext cctx,
GridQueryTypeDescriptor type,
CacheDataRow row)
Removes index entry by key.
|
void |
GridQueryIndexing.store(GridCacheContext cctx,
GridQueryTypeDescriptor type,
CacheDataRow row,
CacheDataRow prevRow,
boolean prevRowAvailable)
Updates index.
|
static SchemaOperationException |
QueryUtils.validateDropColumn(GridQueryTypeDescriptor type,
String colName)
Checks if given column can be removed from the table using its
GridQueryTypeDescriptor. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020