BoltexNif.Notification.InputPosition (boltex_nif v0.1.1)

View Source

Source position inside the Cypher query a notification refers to.

Summary

Types

t()

@type t() :: %BoltexNif.Notification.InputPosition{
  column: integer(),
  line: integer(),
  offset: integer()
}