Skip to main content
Version: current [25.0.x]

IS_MEMBER

Categories: Boolean

IS_MEMBER

Returns whether the current user is a member of the specified role. This function cannot be used in a reflection.

Syntax

IS_MEMBER(expression varchar) → boolean

  • expression: String expression identfying a role in Dremio.

Examples

IS_MEMBER example
SELECT IS_MEMBER ('public')
-- True
IS_MEMBER example
SELECT IS_MEMBER ('non-role')
-- False