Class QueryArgumentBuilder


  • public class QueryArgumentBuilder
    extends ArgumentBuilder
    Responsible for building GOR/NOR query arguments.
    • Constructor Detail

      • QueryArgumentBuilder

        public QueryArgumentBuilder​(org.gorpipe.gor.model.FileReader fileResolver,
                                    org.gorpipe.gor.model.QueryEvaluator queryEval)
    • Method Detail

      • build

        public QueryArgument build​(java.lang.String name,
                                   java.util.Map<java.lang.String,​?> attributes)
        Description copied from class: ArgumentBuilder
        Builds an arguments based on supplied attributes.
        Specified by:
        build in class ArgumentBuilder
        Parameters:
        name - - the name of the argument
        attributes - - attributes specific to an argument type
        Returns:
        an appropriate argument