File: parse_045.out

package info (click to toggle)
liboptimade-filter-perl 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 764 kB
  • sloc: perl: 947; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 1,056 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
no SQL representation
$VAR1 = bless( {
                 'inner' => bless( {
                                     'operands' => [
                                                     bless( {
                                                              'name' => [
                                                                          'boolean_valued_property'
                                                                        ]
                                                            }, 'OPTIMADE::Filter::Property' ),
                                                     bless( {
                                                              'value' => 1
                                                            }, 'OPTIMADE::Filter::Boolean' )
                                                   ],
                                     'operator' => '='
                                   }, 'OPTIMADE::Filter::Comparison' )
               }, 'OPTIMADE::Filter::Negation' );
== Filter ==
(NOT (boolean_valued_property = TRUE))
== SQL ==