apoc.load.CSVResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apoc-common Show documentation
Show all versions of apoc-common Show documentation
Data types package for Neo4j Procedures
package apoc.load;
import apoc.load.util.Results;
import java.util.*;
import static java.util.Arrays.asList;
import static java.util.Collections.emptyList;
import static java.util.Collections.emptyMap;
public class CSVResult {
public long lineNo;
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy