gogol-spanner-0.5.0: Google Cloud Spanner SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Spanner.Projects.Instances.Databases.Sessions.PartitionQuery

Contents

Description

Creates a set of partition tokens that can be used to execute a query operation in parallel. Each of the returned partition tokens can be used by ExecuteStreamingSql to specify a subset of the query result to read. The same session and read-only transaction must be used by the PartitionQueryRequest used to create the partition tokens and the ExecuteSqlRequests that use the partition tokens. Partition tokens become invalid when the session used to create them is deleted, is idle for too long, begins a new transaction, or becomes too old. When any of these happen, it is not possible to resume the query, and the whole operation must be restarted from the beginning.

See: Cloud Spanner API Reference for spanner.projects.instances.databases.sessions.partitionQuery.

Synopsis

REST Resource

type ProjectsInstancesDatabasesSessionsPartitionQueryResource = "v1" :> (CaptureMode "session" "partitionQuery" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PartitionQueryRequest :> Post '[JSON] PartitionResponse)))))))) Source #

A resource alias for spanner.projects.instances.databases.sessions.partitionQuery method which the ProjectsInstancesDatabasesSessionsPartitionQuery request conforms to.

Creating a Request

data ProjectsInstancesDatabasesSessionsPartitionQuery Source #

Creates a set of partition tokens that can be used to execute a query operation in parallel. Each of the returned partition tokens can be used by ExecuteStreamingSql to specify a subset of the query result to read. The same session and read-only transaction must be used by the PartitionQueryRequest used to create the partition tokens and the ExecuteSqlRequests that use the partition tokens. Partition tokens become invalid when the session used to create them is deleted, is idle for too long, begins a new transaction, or becomes too old. When any of these happen, it is not possible to resume the query, and the whole operation must be restarted from the beginning.

See: projectsInstancesDatabasesSessionsPartitionQuery smart constructor.

Instances
Eq ProjectsInstancesDatabasesSessionsPartitionQuery Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Databases.Sessions.PartitionQuery

Data ProjectsInstancesDatabasesSessionsPartitionQuery Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Databases.Sessions.PartitionQuery

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectsInstancesDatabasesSessionsPartitionQuery -> c ProjectsInstancesDatabasesSessionsPartitionQuery #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectsInstancesDatabasesSessionsPartitionQuery #

toConstr :: ProjectsInstancesDatabasesSessionsPartitionQuery -> Constr #

dataTypeOf :: ProjectsInstancesDatabasesSessionsPartitionQuery -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProjectsInstancesDatabasesSessionsPartitionQuery) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectsInstancesDatabasesSessionsPartitionQuery) #

gmapT :: (forall b. Data b => b -> b) -> ProjectsInstancesDatabasesSessionsPartitionQuery -> ProjectsInstancesDatabasesSessionsPartitionQuery #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsInstancesDatabasesSessionsPartitionQuery -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsInstancesDatabasesSessionsPartitionQuery -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectsInstancesDatabasesSessionsPartitionQuery -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectsInstancesDatabasesSessionsPartitionQuery -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectsInstancesDatabasesSessionsPartitionQuery -> m ProjectsInstancesDatabasesSessionsPartitionQuery #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsInstancesDatabasesSessionsPartitionQuery -> m ProjectsInstancesDatabasesSessionsPartitionQuery #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsInstancesDatabasesSessionsPartitionQuery -> m ProjectsInstancesDatabasesSessionsPartitionQuery #

Show ProjectsInstancesDatabasesSessionsPartitionQuery Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Databases.Sessions.PartitionQuery

Generic ProjectsInstancesDatabasesSessionsPartitionQuery Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Databases.Sessions.PartitionQuery

GoogleRequest ProjectsInstancesDatabasesSessionsPartitionQuery Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Databases.Sessions.PartitionQuery

type Rep ProjectsInstancesDatabasesSessionsPartitionQuery Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Databases.Sessions.PartitionQuery

type Rep ProjectsInstancesDatabasesSessionsPartitionQuery = D1 (MetaData "ProjectsInstancesDatabasesSessionsPartitionQuery" "Network.Google.Resource.Spanner.Projects.Instances.Databases.Sessions.PartitionQuery" "gogol-spanner-0.5.0-EbKAd7GSsmo9VdnPLfZZzz" False) (C1 (MetaCons "ProjectsInstancesDatabasesSessionsPartitionQuery'" PrefixI True) ((S1 (MetaSel (Just "_pidspqXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_pidspqUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pidspqAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pidspqUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pidspqPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 PartitionQueryRequest)) :*: (S1 (MetaSel (Just "_pidspqSession") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pidspqCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsInstancesDatabasesSessionsPartitionQuery Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Databases.Sessions.PartitionQuery

type Scopes ProjectsInstancesDatabasesSessionsPartitionQuery = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/spanner.data" ': ([] :: [Symbol]))
type Rs ProjectsInstancesDatabasesSessionsPartitionQuery Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Databases.Sessions.PartitionQuery

Request Lenses

pidspqUploadProtocol :: Lens' ProjectsInstancesDatabasesSessionsPartitionQuery (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

pidspqUploadType :: Lens' ProjectsInstancesDatabasesSessionsPartitionQuery (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

pidspqSession :: Lens' ProjectsInstancesDatabasesSessionsPartitionQuery Text Source #

Required. The session used to create the partitions.