QueryPathSegment

sealed interface QueryPathSegment

Schema path parts; keys are captured by logical lookup, items describe array traversal.

Inheritors

Types

Link copied to clipboard
data object Item : QueryPathSegment
Link copied to clipboard
data class Key(val slot: Int) : QueryPathSegment
Link copied to clipboard
data class Property(val name: String) : QueryPathSegment