JPH0664587B2 - Search condition determination method in search processing device - Google Patents
Search condition determination method in search processing deviceInfo
- Publication number
- JPH0664587B2 JPH0664587B2 JP61190896A JP19089686A JPH0664587B2 JP H0664587 B2 JPH0664587 B2 JP H0664587B2 JP 61190896 A JP61190896 A JP 61190896A JP 19089686 A JP19089686 A JP 19089686A JP H0664587 B2 JPH0664587 B2 JP H0664587B2
- Authority
- JP
- Japan
- Prior art keywords
- conditional expression
- unit
- search
- expression
- established
- 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.)
- Expired - Fee Related
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、2次記憶装置等に記憶されている膨大なレコ
ード群の中から、指定された検索条件式に合致する内容
を有するレコード群のみ選別出力する検索処理装置にお
いて、特に検索条件式のうち複合条件式の判定方法に関
する。DETAILED DESCRIPTION OF THE INVENTION [Industrial field of application] The present invention relates to a record group having a content that matches a specified search condition expression from among a huge record group stored in a secondary storage device or the like. In particular, the present invention relates to a method of determining a composite conditional expression among search conditional expressions in a search processing device that selectively outputs only.
2次記憶装置等に記憶されている膨大なレコード群の中
から、指定された検索条件式に合致する内容を有するレ
コード群のみを選別出力する検索処理装置(データ内容
検索処理装置)の構成例を第3図に示す。第3図におい
て、1はレコード群を記憶する2次記憶装置、2はデー
タ内容検索処理装置、9は本体装置である。データ内容
検索処理装置2は、2次記憶装置1に対するデータの読
み書きを制御する2次記憶制御部3と、読み出したレコ
ード群の各フィールドに対して与えられた単位条件式の
成立、不成立を判定する単位条件式判定部4と、単位条
件式の判定結果を用いて与えられた複合条件式の成立、
不成立を判定する複合条件式判定部5と、読み出したレ
コードを一時記憶し、また、複合条件式が成立したレコ
ード群のみを選別し一時記憶するレコードバッファ部6
と、レコードバッファ部6で選別されたレコード群を本
体装置9へ転送するI/Oインターフェイス制御部7
と、これら全体の制御と検索準備処理を行う共通制御部
8とで構成される。Configuration example of a search processing device (data content search processing device) that selectively outputs only a record group having contents that match a specified search condition expression from among a huge record group stored in a secondary storage device or the like Is shown in FIG. In FIG. 3, 1 is a secondary storage device that stores a record group, 2 is a data content search processing device, and 9 is a main body device. The data content search processing device 2 determines whether or not a unitary conditional expression given to each field of the read record group is established or not, and a secondary storage control unit 3 that controls reading and writing of data from and to the secondary storage device 1. The unit conditional expression judging unit 4 that performs the above, and the establishment of the compound conditional expression given using the judgment result of the unit conditional expression,
A composite conditional expression determination unit 5 that determines whether the condition is not satisfied, and a record buffer unit 6 that temporarily stores the read record and that selects and temporarily stores only the record group in which the composite conditional expression is satisfied
And an I / O interface control section 7 for transferring the record group selected by the record buffer section 6 to the main body apparatus 9.
And a common control unit 8 that controls the entire processing and performs a search preparation process.
第4図は、データ内容検索処理装置2で対象とするレコ
ードの構成例であり、こゝではレコードがF1,F2,
F3,F4およびF5の5つのフィールドから成る場合
の例を示している。この検索処理対象レコードに対する
検索条件式の一例を表1に示す。FIG. 4 shows an example of the structure of a record targeted by the data content search processing device 2. In this case, the records are F1, F2 and
An example is shown in which the field is composed of five fields F3, F4 and F5. Table 1 shows an example of a search condition expression for this search processing target record.
本例の単位条件式1(UC1),単位条件式2(UC
2)および単位条件式3(UC3)は、それぞれフィー
ルドF1が定数C1に等しい、フィールドF2がフィール
ドF3より大であるおよびフィールドF4は定数C2以下
であるという条件を指定している。複合条件式(G)
は、UC1とUC2が共に成立するか、UC1が成立せ
ずかつUC3が成立する場合に、検索条件式が成立であ
るということを指定している。単位条件式UC1,UC
2,UC3は単位条件式判定部4で順次判定され、その
判定結果を用いて、複合条件式Gが複合条件式判定部5
で判定される。 The unit condition expression 1 (UC1) and the unit condition expression 2 (UC
2) and the unit conditional expression 3 (UC3) specify that the field F1 is equal to the constant C 1 , the field F2 is larger than the field F3, and the field F4 is equal to or less than the constant C 2 , respectively. Compound conditional expression (G)
Specifies that the search condition expression is satisfied when both UC1 and UC2 are satisfied, or when UC1 is not satisfied and UC3 is satisfied. Unit conditional expressions UC1, UC
2, UC3 are sequentially judged by the unit conditional expression judging unit 4, and the composite conditional expression G is used as the composite conditional expression judging unit 5 by using the judgment result.
Is determined by.
第5図は従来方式における単位条件式判定部4から複合
条件式判定部5への単位条件式判定結果信号を示したも
のである。単位条件式の対象とするフィールドが具体的
な値を有している場合は、単位条件式判定部4において
条件式とフィールド値に応じて“成立”か“不成立”が
判定される。他方、該フィールドが具体的な値を有して
いない場合(この場合を該フィールド値は「空白値」で
あると言う)は、該単位条件式は“成立”,“不成立”
を判定不能であり、“不定”とする。このため、従来は
第5図に示す如く、単位条件式判定結果信号として“成
立”(T),“不成立”(F),“不定”(M)の3値
を必要とした。FIG. 5 shows a unit conditional expression judgment result signal from the unit conditional expression judging unit 4 to the composite conditional expression judging unit 5 in the conventional method. When the target field of the unit conditional expression has a specific value, the unit conditional expression judgment unit 4 judges whether the condition is satisfied or not, depending on the conditional expression and the field value. On the other hand, when the field does not have a specific value (in this case, the field value is said to be a “blank value”), the unit conditional expression is “established” or “not satisfied”.
Cannot be determined, and is “undefined”. For this reason, conventionally, as shown in FIG. 5, a unit condition expression determination result signal requires three values of “established” (T), “not established” (F), and “undefined” (M).
複合条件式判定部5においては、上記3値(T,F,
M)に対して、与えられた複合条件式に応じてAND,
OR,NOTの論理演算を実行し、その最終結果が“成
立”(T)である場合に複合条件式成立とする。また、
複合条件式の判定結果が“不定”の場合は、該レコード
は検索条件に合致していないとする。In the composite conditional expression determination unit 5, the three values (T, F,
For M), AND, according to the given compound conditional expression,
A logical conditional operation of OR and NOT is executed, and when the final result is “established” (T), the composite conditional expression is established. Also,
If the determination result of the complex conditional expression is "undefined", it is assumed that the record does not match the search condition.
表2,表3および表4は、T,F,Mの3値に対するそ
れぞれAND,OR,NOT演算を定義したものであ
る。これらの表の演算を繰返すことにより全ての複合条
件式は判定できる。Tables 2, 3, and 4 define AND, OR, and NOT operations for the three values of T, F, and M, respectively. All compound conditional expressions can be determined by repeating the operations of these tables.
〔発明が解決しようとする問題点〕 上記のように、従来方式では、単位条件式判定部で判定
された各単位条件式の“成立”(T),“不成立”
(F),“不定”(M)の3値に対し、複合条件式判定
部において、与えられた複合条件式に応じてAND,O
R,NOT演算を実行する必要があったゝめ、複合条件
式判定部は複雑な構成となり、回路規模が2値の場合に
比べて3〜4倍に大きくなるという欠点があった。 [Problems to be Solved by the Invention] As described above, in the conventional method, the “conditional” (T) and “failure” of each unit conditional expression judged by the unit conditional expression judging unit are satisfied.
For the three values of (F) and "indefinite" (M), the composite conditional expression judgment unit AND, O according to the given composite conditional expression.
Since it is necessary to execute the R and NOT operations, the complex conditional expression determination unit has a complicated configuration and has a drawback that the circuit scale becomes 3 to 4 times larger than that in the case of a binary value.
本発明の目的は、上記T,F,Mの3値演算を実行する
ことなく、単純な2値演算の実行により複合条件式の判
定が可能な検索条件判定方法を提供することにある。An object of the present invention is to provide a search condition determination method capable of determining a compound conditional expression by executing a simple binary operation without executing the T, F, and M ternary operation.
本発明は、検索の準備動作として、検索条件として与え
られた複合条件式の中でNOTが付与されている単位条
件式については、該単位条件式の判定結果(“成立”,
“不成立”)が逆となる様な単位条件式に変換すること
により、もとの検索条件式との等価性を保存しつゝ、複
合条件式からNOTを削除する。検索処理の開始後は、
単位条件式の判定において、該当するフィールド値が空
白値の場合には、該単位条件式は“不成立”とする。即
ち、単位条件式の判定結果は“成立”と“不成立”の2
値のみとして“不定”という状態をなくし、複合条件式
の判定に通常の2値のAND,OR演算を適用する。According to the present invention, as a search preparation operation, for a unit conditional expression to which NOT is added in the compound conditional expressions given as the search condition, the determination result of the unit conditional expression (“established”,
By converting to a unit conditional expression such that “not satisfied” is reversed, NOT is deleted from the compound conditional expression while preserving the equivalence with the original search conditional expression. After the search process starts,
In the determination of the unit conditional expression, when the corresponding field value is a blank value, the unit conditional expression is “not satisfied”. That is, the judgment result of the unit conditional expression is “established” and “not satisfied”.
The "indefinite" state is eliminated as the value only, and ordinary binary AND and OR operations are applied to the determination of the complex conditional expression.
単位条件式の判定において、複合条件式の中のNOTを
含んだまゝで、空白値に対して該単位条件式を“不成
立”にして、複合条件式の判定論理に2値のAND,O
R,NOT演算を適用すると、最終的な判定結果に矛盾
を生ずる場合がある。このため、上記検索の準備動作と
して、与えられた検索条件式との等価性を保持しつゝ、
複合条件式の中にNOTを含まない形式に変換するので
ある。なお、単位条件式の対象フィールドが空白値以外
の場合は、値に応じ“成立”,“不成立”のいずれかに
判定されるのは従来と同様である。In the judgment of the unit conditional expression, the NOT is included in the composite conditional expression, and the unit conditional expression is made "not satisfied" with respect to the blank value, and the binary conditional AND, O is added to the judgment logic of the composite conditional expression.
If the R and NOT operations are applied, the final determination result may be inconsistent. Therefore, as the preparatory operation for the above search, while maintaining the equivalence with the given search condition expression,
It is converted into a format that does not include NOT in the compound conditional expression. When the target field of the unit conditional expression is other than a blank value, it is determined in accordance with the value whether it is “established” or “not established” as in the conventional case.
以下、本発明の一実施例について図面により説明する。 An embodiment of the present invention will be described below with reference to the drawings.
本発明でもデータ内容検索処理装置の全体構成は第3図
の通りとする。第1図は本発明方式における単位条件式
判定部4から複合条件式判定部5への単位条件式判定結
果信号を示したものである。Also in the present invention, the overall configuration of the data content search processing device is as shown in FIG. FIG. 1 shows a unit conditional expression judgment result signal from the unit conditional expression judging unit 4 to the composite conditional expression judging unit 5 in the method of the present invention.
本発明においては、単位条件式および複合条件式の検索
条件が与えられた後、検索の準備動作として、複合条件
式の中で、NOTが付与されている単位条件式について
は、該単位条件式の判定結果(“成立”(T)と“不成
立”(F))が逆になる様な単位条件式に変換すること
により、もとの検索条件式との等価性を保存しつゝ複合
条件式からNOTを削除する。In the present invention, after the unit condition expression and the search condition of the compound condition expression are given, as a preparatory operation for the search, the unit condition expression to which NOT is added in the compound condition expression is By converting to the unit condition expression that the judgment result of “(established (T) and“ not established ”(F)) is reversed, the equivalence with the original search condition expression is preserved and the composite condition is maintained. Remove NOT from the expression.
表1で示した検索条件について、上記変換後の検索条件
を示すと表5のようになる。Regarding the search conditions shown in Table 1, the converted search conditions are shown in Table 5.
即と、表1の複合条件式GにおいてUC1にNOTが付
与されているため、UC1について判定結果が逆になる
単位条件式に変換し、それをUC4とする。たゞし、複
合条件式G内にはNOTが付与されていないUC1も存
在しているため、UC1そのものも残しておく、この様
にすると、複合条件式Gと等価であり、NOTを使用し
ていない複合条件式はG′の様に得られる。 Immediately, since NOT is given to UC1 in the compound conditional expression G of Table 1, it is converted into a unit conditional expression in which the determination result is reversed for UC1, and this is designated as UC4. However, since there is UC1 to which NOT is not added in the compound conditional expression G, UC1 itself is also left. In this way, it is equivalent to the compound conditional expression G and NOT is used. A complex conditional expression that does not exist is obtained like G '.
検索処理の開始後は、単位条件式判定部4において、単
位条件式の対象フィールドが空白値の場合には該単位条
件式は“不成立”とする。このため、単位条件式判定部
4から複合条件式判定部5への単位条件式判定結果信号
は“成立”(T),“不成立”(F)の2値を表現すれ
ばよい。第1図は、該判定結果信号を1ビットの信号線
10を用いて、“1”でTを“0”でFを表現したもの
である。複合条件式判定部5においては、各単位条件式
の判定結果の“1”,“0”の2値に対して、表5の
G′の様にNOTを含まない複合条件式の判定を実行す
る。After the search processing is started, the unit conditional expression determination unit 4 determines that the unit conditional expression is “not satisfied” when the target field of the unit conditional expression is a blank value. Therefore, the unit conditional expression judgment result signal from the unit conditional expression judging unit 4 to the composite conditional expression judging unit 5 may express two values of “established” (T) and “not satisfied” (F). FIG. 1 shows the determination result signal using a 1-bit signal line 10 in which T is represented by "1" and F is represented by "0". The composite conditional expression determination unit 5 executes the composite conditional expression determination that does not include NOT like G ′ in Table 5 with respect to the binary value “1” and “0” of the determination result of each unit conditional expression. To do.
第2図は複合条件式判定部5の構成例を示すものであ
り、10は単位条件式判定部4での各単位条件式の判定
結果(“1”又は“0”)を順次入力する信号線、11
は信号線10を通して入力された各単位条件式の判定結
果を保持する結果ラッチで、本実施例ではX1,X2,X3,
X4の4ビットからなり、12は4ビットの結果ラッチ1
1を結合したものをアドレスとする16ワード×1ビッ
トの判定メモリである。FIG. 2 shows an example of the configuration of the composite conditional expression judging unit 5, and 10 is a signal for sequentially inputting the judgment result (“1” or “0”) of each unit conditional expression in the unit conditional expression judging unit 4. Line, 11
Is a result latch that holds the judgment result of each unit conditional expression input through the signal line 10. In the present embodiment, X 1 , X 2 , X 3 ,
It consists of 4 bits of X 4 , 12 is a 4-bit result latch 1
It is a 16-word × 1-bit decision memory having an address obtained by combining 1s.
表5の例では、単位条件式の最大数は4項であり、その
全単位条件式の成立、不成立の組合せは16個である。
与えられた複合条件式に応じて、上記16個の組合せの
中で、いくつかの組が複合条件式成立となる。検索の準
備動作において、複合条件式成立となる単位条件式成立
の組に対応するメモリ12のワードに“1”を設定し、
他のワードに“0”を設定しておく。検索処理開始後
は、各レコードのフィールド値に応じて各単位条件式の
判定結果が“1”,“0”で結果ラッチ11に順次設定
される。全ラッチに設定された時、その値をアドレスと
して判定メモリ12の該当ワードを読み出す。該ワード
が“1”であれば、複合条件式は“成立”であり、反対
に“0”であれば“不成立”である。なお、単位条件式
数が少なくて割当てる必要のなかった結果ラッチは
“0”に固定しておく。In the example of Table 5, the maximum number of unit conditional expressions is 4, and 16 combinations of all the unit conditional expressions are satisfied or not satisfied.
Depending on the given complex conditional expression, some of the above 16 combinations satisfy the complex conditional expression. In the search preparation operation, "1" is set to the word of the memory 12 corresponding to the set of the unit conditional expressions that satisfy the complex conditional expression,
Set "0" in other words. After the search process is started, the determination result of each unit conditional expression is set to "1" or "0" in the result latch 11 according to the field value of each record. When all the latches are set, the corresponding word of the judgment memory 12 is read using the value as an address. If the word is "1", the compound conditional expression is "established", and conversely, if it is "0", it is "not satisfied". It should be noted that the result latches that do not need to be allocated due to the small number of unit conditional expressions are fixed at "0".
表5の例において、単位条件式UC1〜UC4をそれぞ
れ結果ラッチ11のX1〜X4ら割当てた場合の判定メモリ
12の設定値を表6に示す。In the example of Table 5, shows the set value of the decision memory 12 when the unit condition UC1~UC4 assigned X 1 to X 4 et results of each latch 11 in Table 6.
こゝで、複合条件式G′は表5に示するように、G′=
(UC1 AND UC2)OR(UC4 AND U
C3)を仮定している。UC1からUC4までをX1から
X4に割当てれば、X1とX2が同時に“1”、またはX3とX4
が同時に“1”のとき、G′は“1”になる。表6はこ
のことを示したものである。 Here, as shown in Table 5, the compound conditional expression G ′ is G ′ =
(UC1 AND UC2) OR (UC4 AND U
C3) is assumed. From UC1 to UC4 from X 1
If assigned to X 4 , X 1 and X 2 are “1” at the same time, or X 3 and X 4
Are simultaneously "1", G'becomes "1". Table 6 shows this.
以上のように、本発明においては、複合条件式判定部5
は第2図に示す如くメモリと簡単な周辺回路で構成でき
る。これに対し、従来技術においては、複合条件式中の
AND,OR,NOTに対して3値論理を適用しなけれ
ばならないため、複合条件式判定部を第2図の様な単純
な回路で構成することは不可能である。As described above, in the present invention, the composite conditional expression determination unit 5
Can be composed of a memory and a simple peripheral circuit as shown in FIG. On the other hand, in the prior art, since three-valued logic has to be applied to AND, OR, and NOT in the complex conditional expression, the complex conditional expression judgment unit is configured by a simple circuit as shown in FIG. It is impossible to do.
なお、第2図では結果ラッチ11を4ビットとして説明
したが、この値に限られるものでないことは云うまでも
ない。また、単位条件式判定部4の構成例については示
さなかったが、本技術分野を熟知している者にとっては
容易に構成可能である。Although the result latch 11 is described as 4 bits in FIG. 2, it is needless to say that it is not limited to this value. Further, although a configuration example of the unit conditional expression determination unit 4 is not shown, it can be easily configured by a person who is familiar with the present technical field.
更に、本実施例ではデータ内容検索装置において検索条
件式の変換を行ったが、第3図の本体装置9において変
換した検索条件式をデータ内容検索装置2に与える構成
も可能である。Further, in this embodiment, the search condition expression is converted in the data content search device, but the converted search condition expression in the main body device 9 in FIG. 3 may be applied to the data content search device 2.
以上説明したように、本発明においては、検索の準備動
作として、もとの検索条件式との等価性を保存しつゝ、
複合条件式中にNOTを含まない形式に変換し、検索処
理実行時には、単位条件式の判定において、対象とする
フィールド値が空白値の場合は該単位条件式の判定結果
を“不成立”とし、複合条件式の判定においては、2値
のAND,OR演算を適用することにより、単位条件式
判定部、複合条件式判定部が全て2値論理で構成可能と
なり、回路が単純化できる利点がある。As described above, in the present invention, the equivalence with the original search condition expression is preserved as the search preparation operation.
Convert to a format that does not include NOT in the compound conditional expression, and when executing the search processing, if the target field value is a blank value in the judgment of the unit conditional expression, the judgment result of the unit conditional expression is set to "not satisfied", In the judgment of the composite conditional expression, by applying binary AND and OR operations, the unit conditional expression judgment unit and the composite conditional expression judgment unit can all be configured with binary logic, which has the advantage that the circuit can be simplified. .
第1図は本発明方式における単位条件式判定部と複合条
件式判定部の接続関係を示す図、第2図は本発明方式に
おける複合条件式判定部の一実施例の構成図、第3図は
本発明で対象とするデータ内容検索処理装置の構成図、
第4図はデータ内容検索処理の対象となるレコードの構
成例を示す図、第5図は従来方式における単位条件式判
定部と複合条件式判定部の接続関係を示す図である。 1…2次記憶装置、2…データ内容検索装置、3…2次
記憶制御部、4…単位条件式判定部、5…複合条件式判
定部、6…レコードバッファ部、7…I/Oインターフ
ェイス制御部、8…共通制御部、9…本体装置。FIG. 1 is a diagram showing a connection relationship between a unit conditional expression determination unit and a complex conditional expression determination unit in the method of the present invention, and FIG. 2 is a configuration diagram of an embodiment of a complex conditional expression determination unit in the method of the present invention, FIG. Is a block diagram of a data content search processing device targeted by the present invention,
FIG. 4 is a diagram showing a configuration example of a record to be subjected to a data content search process, and FIG. 5 is a diagram showing a connection relationship between a unit conditional expression determination unit and a complex conditional expression determination unit in the conventional method. 1 ... Secondary storage device, 2 ... Data content search device, 3 ... Secondary storage control unit, 4 ... Unit conditional expression determination unit, 5 ... Complex conditional expression determination unit, 6 ... Record buffer unit, 7 ... I / O interface Control unit, 8 ... Common control unit, 9 ... Main body device.
Claims (1)
許されている複数フィールドからなる多数のレコード群
を対象として、個々のフィールド値に対する選別条件を
指定する単位条件式または異なるフィールド間の値に関
する選別条件を指定する単位条件式、およびこれら複数
の単位条件式をAND,OR,NOTで結んだ複合条件
式からなる検索条件式が指定され、該複合条件式が成立
するレコード群を選別出力する検索処理装置において、
検索の準備動作として、与えられた複合条件式の中でN
OTが付与されている単位条件式については、その判定
結果(“成立”,“不成立”)が逆となる単位条件式に
変換して、もとの検索条件式との等価性を保存しつゝN
OTを含まない複合条件式にすると共に、検索動作開始
後は、該当フィールドが空白値である該当単位条件式の
判定結果を“不定”ではなく“不成立”とし、複合条件
式のAND,ORについて“成立”,“不成立”の2値
論理による論理演算を行うことにより複合条件式の判定
を行うことを特徴とする検索条件判定方法。1. A unit condition expression for specifying a selection condition for each field value, or between different fields, for a large number of record groups consisting of a plurality of fields in which some field values are allowed to be blank values. A unit conditional expression that specifies a selection condition for the value of and a search conditional expression that is composed of a composite conditional expression that connects these plural unit conditional expressions with AND, OR, and NOT is specified, and a record group that satisfies the composite conditional expression is specified. In the search processing device that selects and outputs,
As a search preparation operation, N in the given compound conditional expression
A unit conditional expression to which OT is added is converted into a unit conditional expression in which the determination result (“established”, “not satisfied”) is reversed, and the equivalence with the original search conditional expression is preserved.ゝ N
With the compound conditional expression not including OT, after the search operation is started, the judgment result of the corresponding unit conditional expression in which the corresponding field is a blank value is set to "not satisfied" instead of "undefined". A method for determining a retrieval condition, characterized in that a compound conditional expression is determined by performing a logical operation based on a binary logic of "established" and "not established".
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP61190896A JPH0664587B2 (en) | 1986-08-14 | 1986-08-14 | Search condition determination method in search processing device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP61190896A JPH0664587B2 (en) | 1986-08-14 | 1986-08-14 | Search condition determination method in search processing device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPS6346537A JPS6346537A (en) | 1988-02-27 |
| JPH0664587B2 true JPH0664587B2 (en) | 1994-08-22 |
Family
ID=16265526
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP61190896A Expired - Fee Related JPH0664587B2 (en) | 1986-08-14 | 1986-08-14 | Search condition determination method in search processing device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0664587B2 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2015063905A1 (en) * | 2013-10-31 | 2015-05-07 | 株式会社日立製作所 | Data analysis system |
-
1986
- 1986-08-14 JP JP61190896A patent/JPH0664587B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JPS6346537A (en) | 1988-02-27 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP0149213A2 (en) | Vector processor | |
| JPS6184754A (en) | Extended address translation device | |
| JPH0664587B2 (en) | Search condition determination method in search processing device | |
| JP2923952B2 (en) | Merge processing method | |
| JP2586610B2 (en) | File creation method | |
| JPH0328926A (en) | Data processor | |
| JP2734023B2 (en) | Index search method | |
| JPS63253431A (en) | Retrieving system for data base of inverted structure | |
| JPS6373327A (en) | Processor for data content retrieval | |
| JPH09330322A (en) | Data retrieval device | |
| JPH0797311B2 (en) | Data sorter | |
| JPS62121532A (en) | Data search method | |
| JPH0434783B2 (en) | ||
| JPS61123929A (en) | Data retrieval system | |
| JPH1021053A (en) | Data processing device | |
| JPH0531790B2 (en) | ||
| JPH0145648B2 (en) | ||
| JPH0799545B2 (en) | Pipeline histogram calculation circuit | |
| JPS63280328A (en) | Control method for data with multiple names | |
| JPS62285130A (en) | Sort input/output system | |
| JPS63227178A (en) | Decoding device | |
| JPS63314974A (en) | Decoding device | |
| JPS63238621A (en) | Data retrieving device | |
| JPS6339029A (en) | Production of data base | |
| JPH02206829A (en) | Method for sorting record group |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| LAPS | Cancellation because of no payment of annual fees |