Kdbplus-q-language-maintenance-functions
提供:Dev Guides
Q言語-メンテナンス機能
.Q.en
ここで、 directory は* symファイル*が配置されている履歴データベースのホームディレクトリであり、 table は列挙されるテーブルです。
テーブルを手動で列挙する必要はありません。これは、展開されたテーブルとして保存するために必要です。
.Q.dpft
- パーティションを作成するデータベースのシンボリックファイルハンドル、
- q テーブルのパーティション分割に使用するデータ値、
- parted(
p#)属性が適用されるフィールドの名前(通常は
sym) - テーブル名。
それがどのように機能するかを見てみましょう-
メモリからテーブル tab を削除しました。 次に、dbからロードします。
.Q.chk
Q.chk is a monadic function whose single parameter is the symbolic file handle of the root directory. It creates empty tables in a partition, wherever necessary, by examining each partition subdirectories in the root..
ここで、 directory は履歴データベースのホームディレクトリです。