Target Table Schema
| Column | Data Type | Description |
|---|---|---|
| target_id_column | BYTEINT, SMALLINT, BIGINT, INTEGER | Target table column name that contains target table vector identifiers. |
| target_feature_column | BYTEINT, SMALLINT, BIGINT, INTEGER, DECIMAL, NUMBER, FLOAT, REAL, DOUBLE PRECISION | Target table column names that contain features of the target table vectors. |
Reference Table Schema
| Column | Data Type | Description |
|---|---|---|
| ref_id_column | BYTEINT, SMALLINT, BIGINT, INTEGER | The reference table column name that contains identifiers of the reference table vectors. |
| ref_feature_column | BYTEINT, SMALLINT, BIGINT, INTEGER, DECIMAL, NUMBER, FLOAT, REAL, DOUBLE PRECISION | The reference table column names that contain features of the reference table vectors. |