CN112347108A - Data query method and system suitable for hybrid backend - Google Patents

Data query method and system suitable for hybrid backend Download PDF

Info

Publication number
CN112347108A
CN112347108A CN202011352933.9A CN202011352933A CN112347108A CN 112347108 A CN112347108 A CN 112347108A CN 202011352933 A CN202011352933 A CN 202011352933A CN 112347108 A CN112347108 A CN 112347108A
Authority
CN
China
Prior art keywords
query
data
tree
metadata
hybrid
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011352933.9A
Other languages
Chinese (zh)
Inventor
朱晓峰
蔡晓华
杨光辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Netis Technologies Co ltd
Original Assignee
Shanghai Netis Technologies Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Netis Technologies Co ltd filed Critical Shanghai Netis Technologies Co ltd
Priority to CN202011352933.9A priority Critical patent/CN112347108A/en
Publication of CN112347108A publication Critical patent/CN112347108A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/217Database tuning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a data query method and a data query system suitable for a hybrid backend, which comprise the following steps: step 1: through API operation instruction, SQL syntax analysis is carried out; step 2: generating an abstract syntax tree through SQL syntax analysis; and step 3: converting the abstract syntax tree into a logical table operation tree, and inquiring and acquiring metadata information of the table and the column through a verifier; and 4, step 4: and creating a query time domain through the configured metadata information, and executing a logic operation tree of the query. The invention can directly provide service for the final user, hide the final data storage information, provide functions of authority control, data access control and the like, and the user can conveniently inquire data only by knowing the structure of the logic table.

Description

Data query method and system suitable for hybrid backend
Technical Field
The invention relates to the technical field of big data, in particular to a data query method and a data query system suitable for a hybrid backend.
Background
The existing systems such as HIVE, Spark, Flink, Impala and the like do not provide or only provide PushDown operations of filtering and field extraction when the SQL-like statement computation engine is used for processing data. When serving as a TableApi, the external service is provided only by a simpler metadata management mode, and there is no perfect data authority control mechanism. Knowledge of the format and location of the data store is also required to process the data when providing Api.
Patent document CN1858744A (application number: CN200610064845.2) discloses a data query system and a data query method, the data query system includes a plurality of databases, each database is connected with a query terminal, each query terminal and the database are connected with a communication network, wherein the database is provided with a data storage module, a data pointer storage module, and a query request analysis module connected with the data storage module, the data pointer storage module, the query terminal and the communication network. The data query method comprises the steps that the data query terminal sends a data query request to the local database, acquires a data pointer pointing to the database in a different place, and resends the data query request to the database in the different place.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide a data query method and a data query system suitable for a hybrid backend.
The data query method applicable to the hybrid backend provided by the invention comprises the following steps:
step 1: through API operation instruction, SQL syntax analysis is carried out;
step 2: generating an abstract syntax tree through SQL syntax analysis;
and step 3: converting the abstract syntax tree into a logical table operation tree, and inquiring and acquiring metadata information of the table and the column through a verifier;
and 4, step 4: and creating a query time domain through the configured metadata information, and executing a logic operation tree of the query.
Preferably, the execution environment for creating the query during the query includes the configuration information of the metadata base and the data processing engine, a query session is created during each query, the query statement is converted into an operation tree, and then the operation tree is handed to the query session for execution.
Preferably, the authority control is carried out on the sub-libraries of the table through the metadata information of the table;
the authority of the column is controlled by the metadata information of the column, and the visibility of the column is configured.
Preferably, the step 4 comprises:
step 4.1: building a database definition statement DDL, and building or modifying a database;
step 4.2: constructing a data query statement DQL and querying data;
step 4.3: and constructing a data operation statement DML and modifying the metadata definition.
Preferably, the step 4.1 comprises: modifying metadata operation, modifying sub-library and sub-table definition, modifying storage back end, modifying data table structure, modifying column metadata information and modifying user authority.
Preferably, the step 4.2 comprises: judging the operation type of the query, and if the operation type is a data query operation, performing data query and returning a result; and if the operation is the metadata query operation, performing the metadata query and returning a result.
Preferably, the step 4.2 comprises:
step 4.2.1: optimizing the query statement, and searching an optimal query path according to the query cost;
step 4.2.2: converting the operation tree into DAG of the physical execution step, processing the DAG by a data processing engine, and printing the execution step into an execution path diagram;
step 4.2.3: converting the DAG into a corresponding execution engine step, and returning an intermediate result set by the execution engine;
step 4.2.4: and executing the query, calling the intermediate result set to return, executing the query calculation task, and returning the calculation result.
Preferably, the nodes in the transformation operation tree, including the target table udf;
the rules include: udf into operation trees, target tables into operation trees, operation trees into target tables, or transformation according to custom rules.
Preferably, the step 4.3 comprises:
judging the operation type, and if the operation type is insertion, executing data insertion operation; if the operation type is updating, executing data updating operation;
the conversion operation tree is used for converting the logic table, including field conversion and storage back-end conversion;
inquiring metadata, modifying the write-in operation of the physical table, and defining according to the metadata;
and executing data writing operation, and writing the data into the physical storage according to the converted format.
The data query system suitable for the hybrid backend provided by the invention comprises:
module M1: through API operation instruction, SQL syntax analysis is carried out;
module M2: generating an abstract syntax tree through SQL syntax analysis;
module M3: converting the abstract syntax tree into a logical table operation tree, and inquiring and acquiring metadata information of the table and the column through a verifier;
module M4: and creating a query time domain through the configured metadata information, and executing a logic operation tree of the query.
Compared with the prior art, the invention has the following beneficial effects:
1. the invention can directly provide service for the final user, hide the final data storage information, provide functions of authority control, data access control and the like, and the user can conveniently inquire data only by knowing the structure of the logic table;
2. the invention can support various metadata back ends such as catalogs, HIVE or self-contained OLAP metadata warehouse through flexible metadata management, and supports the simultaneous query of tables in different metadata warehouses, the OLAP metadata warehouse supports the mapping of configuration fields, segments by rows or columns, and the back end stores the information such as databases, authorities and the like;
3. the flexible execution engine supports various mainstream stream batch processing frameworks; search statements that can support different formats and syntax; the existing storage structure is not modified, data migration is not carried out, and a set of flexible data query platform or data warehouse is built only by configuring metadata information; the data query middleware can be simply constructed, and the operations of optimization, database division, table division, authority control and the like can be performed on the existing database or query engine.
Drawings
Other features, objects and advantages of the invention will become more apparent upon reading of the detailed description of non-limiting embodiments with reference to the following drawings:
FIG. 1 is a flow chart of the method of the present invention.
Detailed Description
The present invention will be described in detail with reference to specific examples. The following examples will assist those skilled in the art in further understanding the invention, but are not intended to limit the invention in any way. It should be noted that it would be obvious to those skilled in the art that various changes and modifications can be made without departing from the spirit of the invention. All falling within the scope of the present invention.
Example (b):
referring to fig. 1, the data query method applicable to the hybrid backend provided by the present invention includes:
step 1: the API can realize syntax tree conversion of different types of query APIs by performing SQL syntax analysis or other syntax analysis through API operation instructions, such as Mongobb pipeline and the like. The execution environment of the query (including metadata repository, custom method repository, configuration information of the data processing engine) is first created at the time of the query, and a query session is created for each query. Then the query statement is converted into an operation tree and then submitted to a query session for execution.
Step 2: and generating an abstract syntax tree through syntax analysis, wherein the process and the previous step are processed in the same program, and different query APIs need to simultaneously realize the conversion of the two processes into an operation tree of the execution step.
And step 3: the abstract syntax tree is converted into a logical table operation tree, and the process queries metadata information by using a verifier to obtain the metadata information of the table and the column and the authority information of the user. And the authority control can be performed on the sub-base of the table through the metadata information of the table. The authority of the columns can be controlled through the metadata information of the columns, the visibility of the columns can be configured, whether the visibility is included in query or not, the FieldFamily attribute can be configured on the metadata of the other columns, and the physical storage back ends of the columns can be configured according to the attribute. With these metadata definitions, a large wide table containing a large number of rows and columns can be supported in theory.
And 4, step 4: executing a logic operation tree, creating a query session through configured metadata and other information, and executing the queried logic operation tree;
wherein, the step 4 comprises the following steps:
step 4.1: DDL, database definition statement, creating or modifying database;
step 4.2: DQL, data query statement, query data;
step 4.3: DML, data operation statement, modification metadata definition;
wherein, the step 4.1 comprises the following steps:
step 4.1.1: modifying metadata operation, modifying sub-library and sub-table definition, modifying storage back end, modifying data table structure, modifying column metadata information, and modifying user authority;
wherein, the step 4.2 comprises the following steps:
step 4.2.1: judging whether the operation type of the query is a data query or a metadata information query;
step 4.2.2: judging as data query operation, performing data query and returning a result;
step 4.2.3: judging as a metadata query operation, performing metadata query and returning a result;
wherein, the step 4.2.2 comprises the following steps:
step 4.2.2.1: the nodes in the operation tree are transformed, such as the target table, udf, etc.
According to the rules as follows:
translating certain udf into operation trees, such as udf based on template definition, placeholders as parameters of the method;
-translating certain target tables into operation trees, such as views;
-replacing the operation tree with a target table, such as a materialized view;
-transforming according to custom rules;
step 4.2.2.2: and applying an optimization rule, optimizing the query statement, and searching for an optimal query path according to the query cost. In the step, query statements which can be executed by the back end are automatically merged, and as many operations as possible are pushed down to the database end for execution. In this step, if some olap systems such as clickhouse, etc. support querying other data backend such as files and mysql, etc. at the same time, the target database may be converted into the query statement of the system by configuration. For operations which are not supported by other databases, the system can be handed to a data processing engine for execution, and the default data processing engine is a stand-alone engine and can be configured as spark, flash and the like;
step 4.2.2.3: converting the operation tree into DAG of the physical execution step, processing the DAG by a data processing engine, and printing the execution step into an execution path diagram;
step 4.2.2.4: the DAG is converted to a corresponding execution engine step, which returns an intermediate result set. If the query is simple (namely the query statement can be completely pushed down to a single database query), the query is directly executed, otherwise, the data processing engine queries each database according to the pushed-down query statement and then carries out merging processing;
step 4.2.2.5: executing query, calling the intermediate result set to return, executing query calculation task, and returning calculation result;
wherein, the step 4.3 comprises the following steps:
step 4.3.1: judging the operation type, namely updating or inquiring;
step 4.3.2: insert, performing a data insertion operation;
step 4.3.3: update, which executes data updating operation;
wherein, the step 4.3.2 comprises the following steps:
step 4.3.2.1: and converting the operation tree, and converting the logic table, including field conversion, storage back-end conversion and the like. Inquiring metadata, modifying the writing operation into the writing operation of a physical table, wherein one logic table may correspond to different physical tables and the field names may be different and are defined according to the metadata;
step 4.3.2.2: and executing data writing operation, and writing the data into the physical storage according to the converted format.
The data query system suitable for the hybrid backend provided by the invention comprises:
module M1: through API operation instruction, SQL syntax analysis is carried out;
module M2: generating an abstract syntax tree through SQL syntax analysis;
module M3: converting the abstract syntax tree into a logical table operation tree, and inquiring and acquiring metadata information of the table and the column through a verifier;
module M4: and creating a query time domain through the configured metadata information, and executing a logic operation tree of the query.
Those skilled in the art will appreciate that, in addition to implementing the systems, apparatus, and various modules thereof provided by the present invention in purely computer readable program code, the same procedures can be implemented entirely by logically programming method steps such that the systems, apparatus, and various modules thereof are provided in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Therefore, the system, the device and the modules thereof provided by the present invention can be considered as a hardware component, and the modules included in the system, the device and the modules thereof for implementing various programs can also be considered as structures in the hardware component; modules for performing various functions may also be considered to be both software programs for performing the methods and structures within hardware components.
The foregoing description of specific embodiments of the present invention has been presented. It is to be understood that the present invention is not limited to the specific embodiments described above, and that various changes or modifications may be made by one skilled in the art within the scope of the appended claims without departing from the spirit of the invention. The embodiments and features of the embodiments of the present application may be combined with each other arbitrarily without conflict.

Claims (10)

1. A data query method suitable for a hybrid backend, comprising:
step 1: through API operation instruction, SQL syntax analysis is carried out;
step 2: generating an abstract syntax tree through SQL syntax analysis;
and step 3: converting the abstract syntax tree into a logical table operation tree, and inquiring and acquiring metadata information of the table and the column through a verifier;
and 4, step 4: and creating a query time domain through the configured metadata information, and executing a logic operation tree of the query.
2. The data query method applicable to the hybrid backend according to claim 1, wherein the execution environment of the query is created during the query, and includes configuration information of the metadata database and the data processing engine, and a query session is created during each query, and the query statement is converted into the operation tree and then executed by the query session.
3. The data query method applicable to the hybrid backend according to claim 1, wherein authority control is performed on the sub-banks of the table through metadata information of the table;
the authority of the column is controlled by the metadata information of the column, and the visibility of the column is configured.
4. The data query method applicable to the hybrid backend according to claim 1, wherein the step 4 comprises:
step 4.1: building a database definition statement DDL, and building or modifying a database;
step 4.2: constructing a data query statement DQL and querying data;
step 4.3: and constructing a data operation statement DML and modifying the metadata definition.
5. The data query method applicable to the hybrid backend according to claim 4, wherein the step 4.1 comprises: modifying metadata operation, modifying sub-library and sub-table definition, modifying storage back end, modifying data table structure, modifying column metadata information and modifying user authority.
6. The data query method applicable to the hybrid backend according to claim 4, wherein the step 4.2 comprises: judging the operation type of the query, and if the operation type is a data query operation, performing data query and returning a result; and if the operation is the metadata query operation, performing the metadata query and returning a result.
7. The data query method applicable to the hybrid backend according to claim 6, wherein the step 4.2 comprises:
step 4.2.1: optimizing the query statement, and searching an optimal query path according to the query cost;
step 4.2.2: converting the operation tree into DAG of the physical execution step, processing the DAG by a data processing engine, and printing the execution step into an execution path diagram;
step 4.2.3: converting the DAG into a corresponding execution engine step, and returning an intermediate result set by the execution engine;
step 4.2.4: and executing the query, calling the intermediate result set to return, executing the query calculation task, and returning the calculation result.
8. The data query method for the hybrid backend according to claim 1, wherein nodes in the transformation operation tree, including the target table udf;
the rules include: udf into operation trees, target tables into operation trees, operation trees into target tables, or transformation according to custom rules.
9. The data query method applicable to the hybrid backend according to claim 4, wherein the step 4.3 comprises:
judging the operation type, and if the operation type is insertion, executing data insertion operation; if the operation type is updating, executing data updating operation;
the conversion operation tree is used for converting the logic table, including field conversion and storage back-end conversion;
inquiring metadata, modifying the write-in operation of the physical table, and defining according to the metadata;
and executing data writing operation, and writing the data into the physical storage according to the converted format.
10. A data query system adapted for use in a hybrid backend, comprising:
module M1: through API operation instruction, SQL syntax analysis is carried out;
module M2: generating an abstract syntax tree through SQL syntax analysis;
module M3: converting the abstract syntax tree into a logical table operation tree, and inquiring and acquiring metadata information of the table and the column through a verifier;
module M4: and creating a query time domain through the configured metadata information, and executing a logic operation tree of the query.
CN202011352933.9A 2020-11-26 2020-11-26 Data query method and system suitable for hybrid backend Pending CN112347108A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011352933.9A CN112347108A (en) 2020-11-26 2020-11-26 Data query method and system suitable for hybrid backend

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011352933.9A CN112347108A (en) 2020-11-26 2020-11-26 Data query method and system suitable for hybrid backend

Publications (1)

Publication Number Publication Date
CN112347108A true CN112347108A (en) 2021-02-09

Family

ID=74365002

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011352933.9A Pending CN112347108A (en) 2020-11-26 2020-11-26 Data query method and system suitable for hybrid backend

Country Status (1)

Country Link
CN (1) CN112347108A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112905627A (en) * 2021-03-23 2021-06-04 金岭教育科技(北京)有限公司 Data processing method, data processing device, computer equipment and storage medium
CN113626464A (en) * 2021-08-02 2021-11-09 浪潮云信息技术股份公司 Query support method and system based on stored data in ClickHouse database
CN114328598A (en) * 2021-11-29 2022-04-12 浪潮云信息技术股份公司 Cache optimization method and system for pipeline based on ClickHouse database

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120011134A1 (en) * 2010-07-08 2012-01-12 Travnik Jakub Systems and methods for database query translation
CN104063486A (en) * 2014-07-03 2014-09-24 四川中亚联邦科技有限公司 Big data distributed storage method and system
CN107239710A (en) * 2016-03-29 2017-10-10 北京明略软件系统有限公司 A kind of data base authority method and system
CN108363746A (en) * 2018-01-26 2018-08-03 福建星瑞格软件有限公司 A kind of unified SQL query system for supporting multi-source heterogeneous data
CN110032575A (en) * 2019-04-15 2019-07-19 网易(杭州)网络有限公司 Data query method, apparatus, equipment and storage medium
CN110096513A (en) * 2019-04-10 2019-08-06 阿里巴巴集团控股有限公司 A kind of data query, fund checking method and device
CN111581231A (en) * 2020-04-20 2020-08-25 北京明略软件系统有限公司 Query method and device based on heterogeneous database

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120011134A1 (en) * 2010-07-08 2012-01-12 Travnik Jakub Systems and methods for database query translation
CN104063486A (en) * 2014-07-03 2014-09-24 四川中亚联邦科技有限公司 Big data distributed storage method and system
CN107239710A (en) * 2016-03-29 2017-10-10 北京明略软件系统有限公司 A kind of data base authority method and system
CN108363746A (en) * 2018-01-26 2018-08-03 福建星瑞格软件有限公司 A kind of unified SQL query system for supporting multi-source heterogeneous data
CN110096513A (en) * 2019-04-10 2019-08-06 阿里巴巴集团控股有限公司 A kind of data query, fund checking method and device
CN110032575A (en) * 2019-04-15 2019-07-19 网易(杭州)网络有限公司 Data query method, apparatus, equipment and storage medium
CN111581231A (en) * 2020-04-20 2020-08-25 北京明略软件系统有限公司 Query method and device based on heterogeneous database

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112905627A (en) * 2021-03-23 2021-06-04 金岭教育科技(北京)有限公司 Data processing method, data processing device, computer equipment and storage medium
CN113626464A (en) * 2021-08-02 2021-11-09 浪潮云信息技术股份公司 Query support method and system based on stored data in ClickHouse database
CN114328598A (en) * 2021-11-29 2022-04-12 浪潮云信息技术股份公司 Cache optimization method and system for pipeline based on ClickHouse database

Similar Documents

Publication Publication Date Title
CN112347108A (en) Data query method and system suitable for hybrid backend
US11341139B2 (en) Incremental and collocated redistribution for expansion of online shared nothing database
US10725987B2 (en) Forced ordering of a dictionary storing row identifier values
US9378233B2 (en) For all entries processing
CN105975617A (en) Multi-partition-table inquiring and processing method and device
CN102929878B (en) A kind of databases comparison management method and device
CA2388515C (en) System for managing rdbm fragmentations
CN104462362A (en) Data storage, query and loading methods and devices
US9805137B2 (en) Virtualizing schema relations over a single database relation
CN102750356A (en) Construction and management method for secondary indexes of key value library
CN110968593B (en) Database SQL statement optimization method, device, equipment and storage medium
US6697794B1 (en) Providing database system native operations for user defined data types
CN101174271A (en) Database system management method
CN112685446A (en) Complex SQL query method, device, processor and storage medium through Elasticissearch database
US20140067853A1 (en) Data search method, information system, and recording medium storing data search program
US20070050420A1 (en) Method and apparatus for transferring data between databases
CN114328612A (en) Data processing method and device of query optimizer and electronic equipment
CN103177046B (en) A kind of data processing method based on row storage data base and equipment
US10055450B1 (en) Efficient management of temporal knowledge
US10409815B2 (en) SQLScript compilation tracing system
CN113515564A (en) Data access method, device, equipment and storage medium based on J2EE
US9177008B1 (en) Positioned updates in a distributed shared-nothing data store
CN113448969B (en) Data processing method, device and storage medium
CN112835905B (en) Array type column indexing method, device, equipment and storage medium
CN112765180B (en) Method and device for analyzing column names of table building logs of DB2 database

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210209