Class LoadCSVFunctionFeatures

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.cypher.features.LoadCSVFunctionFeatures type.
      • FILE

        public static final Name FILE
        Name of the hydra.cypher.features.LoadCSVFunctionFeatures.file field.
      • LINENUMBER

        public static final Name LINENUMBER
        Name of the hydra.cypher.features.LoadCSVFunctionFeatures.linenumber field.
      • file

        public final java.lang.Boolean file
        The file() function. Returns the absolute path of the file that LOAD CSV is using.
      • linenumber

        public final java.lang.Boolean linenumber
        The linenumber() function. Returns the line number that LOAD CSV is currently using.
    • Constructor Detail

      • LoadCSVFunctionFeatures

        public LoadCSVFunctionFeatures​(java.lang.Boolean file,
                                       java.lang.Boolean linenumber)
        Constructs an immutable LoadCSVFunctionFeatures.
        Parameters:
        file - The file() function. Returns the absolute path of the file that LOAD CSV is using.
        linenumber - The linenumber() function. Returns the line number that LOAD CSV is currently using.