Struct brontes_database::clickhouse::dbms::EthereumPools
source · pub struct EthereumPools;
Trait Implementations§
source§impl ClickhouseTable<BrontesClickhouseTables> for EthereumPools
impl ClickhouseTable<BrontesClickhouseTables> for EthereumPools
const DATABASE_NAME: &'static str = "ethereum"
const TABLE_NAME: &'static str = "pools"
const FILE_PATH: &'static str = "/home/runner/work/brontes/brontes/crates/brontes-database/brontes-db/src/clickhouse/tables/pools.sql"
const CHILD_TABLES: &'static [BrontesClickhouseTables] = _
const TABLE_TYPE: ClickhouseTableKind = ::db_interfaces::clickhouse::tables::ClickhouseTableKind::ReplicatedReplacingMergeTree
const TABLE_ENUM: BrontesClickhouseTables = BrontesClickhouseTables::EthereumPools
type ClickhouseDataType = ProtocolInfoClickhouse
§fn create_table(
database: &ClickhouseClient<D>,
) -> impl Future<Output = Result<(), DatabaseError>> + Send
fn create_table( database: &ClickhouseClient<D>, ) -> impl Future<Output = Result<(), DatabaseError>> + Send
creates the table and associated tables
§fn database_name() -> String
fn database_name() -> String
name of the database
§fn full_name() -> String
fn full_name() -> String
full name .