MCPcopy Create free account
hub / github.com/rilldata/rill / CanAccessField

Method CanAccessField

runtime/metricsview/ast.go:20–20  ·  view source on GitHub ↗
(field string)

Source from the content-addressed store, hash-verified

18// The interface is currently a subset of the *runtime.ResolvedSecurity concrete type.
19type MetricsViewSecurity interface {
20 CanAccessField(field string) bool
21 RowFilter() string
22 QueryFilter() *runtimev1.Expression
23}

Callers 6

applyExploreSecurityMethod · 0.65
LookupDimensionMethod · 0.65
LookupMeasureMethod · 0.65
SchemaMethod · 0.65
SummaryMethod · 0.65

Implementers 2

ResolvedSecurityruntime/security.go
skipMetricsViewSecurityruntime/metricsview/astexpr.go

Calls

no outgoing calls

Tested by

no test coverage detected