Analytics Result
class AnalyticsResult(rows: List<AnalyticsRow>, metadata: AnalyticsMetadata)
Content copied to clipboard
Functions
Link copied to clipboard
inline fun <T> valueAs(name: String = "$", serializer: JsonSerializer? = null): T
Content copied to clipboard
Returns a field value from a result with exactly one row. Useful for getting the result of an aggregating function.