Functions to Transform Element Types
2.7 · Lesson

Functions to Transform Element Types

You learned earlier that a list can contain elements of the these types that Neo4j supports:

  • Numeric without decimal (Long)
  • Numeric with decimal (Float)
  • String
  • Date
  • Time
  • LocalTime
  • DateTime
  • LocalDateTime
  • Duration
  • Boolean
  • Point
  • Another list