graphql-engine/server/src-lib/Hasura/Backends/BigQuery/Instances/SchemaCache.hs

13 lines
466 B
Haskell
Raw Normal View History

{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -Wno-orphans #-}
-- This module houses type class instances on the BigQuery backend that relate
-- to the Schema Cache.
module Hasura.Backends.BigQuery.Instances.SchemaCache () where
import Hasura.RQL.Types.Backend
import Hasura.RQL.Types.SchemaCacheTypes (GetAggregationPredicatesDeps)
import Hasura.SQL.Backend (BackendType (BigQuery))
instance (Backend 'BigQuery) => GetAggregationPredicatesDeps 'BigQuery