Method vrf_contents()
Method for getting the single file contents for the comparison. This
method returns the file contents in two separate vectors inside a list.
The first vector is the file contents and the second one is the file
contents with the rows matching the omit string excluded. This method
can be overwritten by more specialized comparator classes. This method
is intended to be called only by the comparator classes in the processing
and shouldn not be called directly by the user.
Usage
BinaryFileComparator$vrf_contents(file, config, omit)
Method vrf_contents_inner()
Method for getting the inner part for the file contents query. The method
returns the file contents in two separate vectors inside a list. The
first vector is the file contents and the second one is the file contents
with the rows matching the omit string excluded. This method can be
overwritten by more specialized comparator classes. This method is
intended to be called only by the comparator classes in the processing
and shouldn not be called directly by the user.
Usage
BinaryFileComparator$vrf_contents_inner(contents, config, omit)
Method vrf_summary_inner()
Method for comparing the inner part for the details query. The method
returns the file contents in two separate vectors inside a list. The
first vector is the file contents and the second one is the file contents
with the rows matching the omit string excluded. This method can be
overwritten by more specialized comparator classes. This method is
intended to be called only by the comparator classes in the processing
and shouldn not be called directly by the user.
Usage
BinaryFileComparator$vrf_summary_inner(config, omit)
Method vrf_details_inner()
Method for comparing the inner part for the details query. This method
can be overwritten by more specialized comparator classes. This method is
intended to be called only by the comparator classes in the processing
and shouldn't be called directly by the user.
Usage
BinaryFileComparator$vrf_details_inner(config, omit)