apache_beam.testing.benchmarks.nexmark.models.auction_bid module
Result of WinningBid transform.
-
class apache_beam.testing.benchmarks.nexmark.models.auction_bid.AuctionBidCoder[source]
Bases: FastCoder
-
to_type_hint()[source]
-
is_deterministic()[source]
-
class apache_beam.testing.benchmarks.nexmark.models.auction_bid.AuctionBid(auction, bid)[source]
Bases: object
-
CODER = AuctionBidCoder
-
class apache_beam.testing.benchmarks.nexmark.models.auction_bid.AuctionBidCoderImpl[source]
Bases: StreamCoderImpl
-
encode_to_stream(value, stream, nested)[source]
-
decode_from_stream(stream, nested)[source]