SnowConvert AI - スクリプト - 識別されたオブジェクト¶
注釈
このドキュメントのこのページはTeradata専用です。
すべてのスクリプトファイル(BTEQ、 BTQ、 FL、 ML、 TPUMP、 TPT)で作成または変更されたすべてのデータベースオブジェクトの内訳。

変換率 - オブジェクト¶
注釈
オブジェクトは、重大度が「中」、「高」、「重大」の問題がなければ、正常に移行されたとみなされます。
Represents the percentage of identified objects by SnowConvert AI that were successfully migrated. This helps determine the number of objects that were successfully migrated and the objects that need manual work to complete the migration of the objects to Snowflake. If N/A is listed in the column, it means that the object type is not supported in Snowflake. A "-" could also be listed in this column. This means that the set of files migrated by SnowConvert AI did not contain objects of the specific type that could be identified.
式¶
CSV 関連フィールド名¶
テーブル: ScriptTableObjectConversionRate
ビュー: ScriptViewObjectConversionRate
結合インデックス: ScriptJoinIndexObjectConversionRate
マクロ: ScriptMacroObjectConversionRate
プロシージャ: ScriptProcedureObjectConversionRate
関数: ScriptFunctionObjectConversionRate
トリガー: ScriptTriggerObjectConversionRate
インデックス: N/A
サンプル¶
予想されるオブジェクト変換率: 50%
説明: 前のサンプルコードでは、2つの識別テーブルのうち1つだけがSnowflakeへの移行に成功したため、オブジェクト変換率は50%となります。
変換率 - コード行数(LOC)¶
ファイル拡張子ごとのコード行の変換率を示します。
式¶
関連 CSV フィールド名¶
テーブル: ScriptTableLoCConversionRate
ビュー: ScriptViewLocConversionRate
結合インデックス: ScriptJoinIndexLoCConversionRate
マクロ: ScriptMacroLoCConversionRate
プロシージャ: ScriptProcedureLoCConversionRate
関数: ScriptFunctionLoCConversionRate
トリガー: ScriptTriggerLoCConversionRate
インデックス: N/A
サンプル¶
予想される LOC 変換率:83.33 %
説明: 前のサンプルコードでは、入力コードの5行目 (Associate_Id ANYTYPE!) が移行できず、合計6行のコードのうち5行のみが正常に移行されたため、 LOC 変換率は83.33%になります。
注釈
このトピックに関する詳細情報については、ドキュメントの 変換率モード セクションをご参照ください。
オブジェクト合計数¶
構文解析段階で SnowConvert AI によって識別されたオブジェクトの総数を表します。
CSV 関連フィールド名¶
テーブル: ScriptTableTotalOccurrences
ビュー: ScriptViewTotalOccurrences
結合インデックス: ScriptJoinIndexTotalOccurrences
マクロ: ScriptMacroTotalOccurrences
プロシージャ: ScriptProcedureTotalOccurrences
関数: ScriptFunctionTotalOccurrences
トリガー: ScriptTriggerTotalOccurrences
インデックス: ScriptIndexTotalOccurrences
サンプル¶
予想されるオブジェクト合計数: 1
説明: 1つのテーブルは解析段階で SnowConvert AI によって完全に解析されましたが、もう1つのテーブルには解析エラーがあり、SnowConvert AI はそれをテーブルオブジェクトとして識別しませんでした。
コード行数¶
Represents the total number of lines of code for the identified top-level objects. It is important to take into account that the lines of code of the top-level object, as well as the comments, are used for this column. On the other hand, empty lines will not be counted in this column.
CSV 関連フィールド名¶
テーブル: ScriptTableTotalLinesOfCode
ビュー: ScriptViewTotalLinesOfCode
結合インデックス: ScriptJoinIndexTotalLinesOfCode
マクロ: ScriptMacroTotalLinesOfCode
プロシージャ: ScriptProcedureTotalLinesOfCode
関数: ScriptFunctionTotalLinesOfCode
トリガー: ScriptTriggerTotalLinesOfCode
インデックス: ScriptIndexTotalLinesOfCode
サンプル¶
予想されるコード行数:8
説明: このケースでは、 CREATE TABLE ステートメントに使用されるコードに由来する6行と、トップレベルオブジェクトの内部にあるコメントに由来する2行があります。
解析エラー数¶
識別されたオブジェクトの内部にある解析エラーの数を表します。
CSV 関連フィールド名¶
テーブル: ScriptTableTotalParsingErrors
ビュー: ScriptViewTotalParsingErrors
結合インデックス: ScriptJoinIndexTotalParsingErrors
マクロ: ScriptMacroTotalLinesOfCode
プロシージャ: ScriptProcedureTotalParsingErrors
関数: ScriptFunctionTotalParsingErrors
トリガー: ScriptTriggerTotalParsingErrors
インデックス: ScriptIndexTotalParsingErrors
サンプル¶
予想される解析エラー数:1
説明: SnowConvert AI が最初のテーブルしか識別できなかったため、解析エラー 列には解析エラーが1つだけ報告されます。2つ目のテーブルが識別されなかったため、これらの解析エラーは 解析エラー 列にはカウントされません。