Skip to content

elshize/intersect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program is used to select (approximately) optimal selection of available intersections to use for safe disjunctive queries.

Usage

intersect 0.1.0

USAGE:
    intersect [FLAGS] [OPTIONS] -k <k> [input]

FLAGS:
    -h, --help                  Prints help information
        --scale-by-query-len    Scale costs by this factor.
        --time                  Times each selection instead of printing the result.
    -V, --version               Prints version information

OPTIONS:
    -k <k>                   k value, at which to compute intersections.
        --max <max-terms>    Filters out available intersections to contain only those having max a given number of
                             terms.
    -m, --method <method>     [default: 	]
        --scale <scale>      Scale costs by this factor.

ARGS:
    <input>    Input file, stdin if not present

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages