Cheminformatics with RDKit for DuckDB - SMILES/SDF molecules, substructure search, and molecular descriptors.
Maintainer(s):
bodowd
Installing and Loading
INSTALL duckdb_rdkit FROM community;
LOAD duckdb_rdkit;
Added Functions
| function_name | function_type | description | comment | examples |
|---|---|---|---|---|
| is_exact_match | scalar | NULL | NULL | |
| is_substruct | scalar | NULL | NULL | |
| mol_amw | scalar | NULL | NULL | |
| mol_exactmw | scalar | NULL | NULL | |
| mol_from_smiles | scalar | NULL | NULL | |
| mol_hba | scalar | NULL | NULL | |
| mol_hbd | scalar | NULL | NULL | |
| mol_logp | scalar | NULL | NULL | |
| mol_num_rotatable_bonds | scalar | NULL | NULL | |
| mol_qed | scalar | NULL | NULL | |
| mol_to_rdkit_mol | scalar | NULL | NULL | |
| mol_to_smiles | scalar | NULL | NULL | |
| mol_tpsa | scalar | NULL | NULL | |
| read_sdf | table | NULL | NULL | |
| read_sdf_auto | table | NULL | NULL |
Overloaded Functions
This extension does not add any function overloads.
Added Types
| type_name | type_size | logical_type | type_category | internal |
|---|---|---|---|---|
| Mol | 16 | BLOB | NULL | true |
Added Settings
This extension does not add any settings.