| 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 |
|---|---|
@Nullable GridQueryTypeDescriptor |
GridQueryProcessor.typeDescriptor(@Nullable String cacheName,
String typeName)
Gets type descriptor for provided cache name and type name if type is still valid.
|
| 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.11.1 Release Date : December 20 2021