@Inject public SessionPropertyManager(SystemSessionProperties systemSessionProperties) { this(systemSessionProperties.getSessionProperties()); }
private static boolean isHashEnabled(Session session) { return SystemSessionProperties.isOptimizeHashGenerationEnabled(session); }