Interface ExportResultStrategy

All Known Implementing Classes:
ExportResultFileStrategy, ExportResultStreamStrategy

public interface ExportResultStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.apache.arrow.vector.types.pojo.Schema
    schemaFor(org.neo4j.graphdb.GraphDatabaseService db, List<Map<String,Object>> records)
     
  • Method Details

    • schemaFor

      default org.apache.arrow.vector.types.pojo.Schema schemaFor(org.neo4j.graphdb.GraphDatabaseService db, List<Map<String,Object>> records)