Crate hyperfuel_client

Source
Expand description

Hypersync client library for interacting with hypersync server.

Re-exports§

Structs§

  • Arrow chunk with schema
  • Query response in Arrow format
  • Internal client to handle http requests and retries.
  • Configuration for the hypersync client.
  • Column mapping for stream function output. It lets you map columns you want into the DataTypes you want.
  • Query response from hypersync instance. Contain next_block field in case query didn’t process all the block range
  • Config for hypersync event streaming.

Enums§

  • DataType is an enumeration representing the different data types that can be used in the column mapping. Each variant corresponds to a specific data type.
  • Determines format of Binary column

Traits§

  • Used to do ArrowBatch-Native Rust type conversions while consuming the input value.

Type Aliases§