Package

org.apache.spark.sql

policy

Permalink

package policy

Visibility
  1. Public
  2. All

Type Members

  1. case class CurrentUser() extends LeafExpression with CodegenFallback with Product with Serializable

    Permalink

    Get the current user that owns the session executing the function.

    Get the current user that owns the session executing the function.

    There is no code generation since this expression should get constant folded by the optimizer.

    Annotations
    @ExpressionDescription()
  2. case class LdapGroupsOfCurrentUser() extends LeafExpression with CodegenFallback with Product with Serializable

    Permalink

    Get the LDAP groups of the current user executing the function.

    Get the LDAP groups of the current user executing the function.

    Annotations
    @ExpressionDescription()

Value Members

  1. object PolicyProperties

    Permalink

Ungrouped