SAP ABAP Class CL_HDB_CHUNK_META_STORE (Shared memory: meta info of aggregation result chunk)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TRX-API (Application Component) TREX ABAP + JAVA API
⤷
STREX (Package) TREX ABAP client
⤷
⤷
Properties
| Class | CL_HDB_CHUNK_META_STORE | |
| Short Description | Shared memory: meta info of aggregation result chunk | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STREX | TREX ABAP client |
| Created | 20130121 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_HDB_CHUNK_META_STORE has no interface implemented.
Friends
Class CL_HDB_CHUNK_META_STORE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | T_CHUNK_INFO_TAB | 20130121 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130121 | ||
| 2 | Instance method | Public | Method | 20130121 |
Events
Class CL_HDB_CHUNK_META_STORE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CHUNK_INFO | Public | See coding | 20130121 | BEGIN OF t_chunk_info,
handle_id TYPE string,
index_id TYPE string,
attribute_map TYPE cl_trex_structure=>t_attribute_map,
column_metas TYPE cl_trex_structure=>t_column_metas,
value_handling TYPE string,
END OF t_chunk_info
|
||
| 2 | T_CHUNK_INFO_TAB | Public | See coding | 20130121 | t_chunk_info_tab TYPE HASHED TABLE OF t_chunk_info WITH UNIQUE KEY handle_id
|
Method Signatures
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHUNK_INFO | Value transfer | Type reference (TYPE) | T_CHUNK_INFO | 20130121 | ||||
| 2 | HANDLE_ID | Call by reference | Type reference (TYPE) | STRING | 20130121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | System exception: Table row not found | 20130121 |
Method PUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_MAP | Call by reference | Type reference (TYPE) | T_CHUNK_INFO-ATTRIBUTE_MAP | 20130121 | ||||
| 2 | COLUMN_METAS | Call by reference | Type reference (TYPE) | T_CHUNK_INFO-COLUMN_METAS | 20130121 | ||||
| 3 | HANDLE_ID | Call by reference | Type reference (TYPE) | T_CHUNK_INFO-HANDLE_ID | 20130121 | ||||
| 4 | INDEX_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130121 | ||||
| 5 | VALUE_HANDLING | Call by reference | Type reference (TYPE) | T_CHUNK_INFO-VALUE_HANDLING | 20130121 |
Method PUT on class CL_HDB_CHUNK_META_STORE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |