Docs.rs
  • datafusion-remote-table-0.16.2
    • datafusion-remote-table 0.16.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • lewiszlw
    • Dependencies
      • async-stream ^0.3 normal
      • async-trait ^0.1 normal
      • bb8 ^0.9 normal optional
      • bb8-oracle ^0.3 normal optional
      • bb8-postgres ^0.9 normal optional
      • bigdecimal ^0.4 normal
      • byteorder ^1.5.0 normal
      • chrono ^0.4 normal
      • datafusion ^48 normal
      • datafusion-proto ^48 normal
      • derive-getters ^0.5 normal
      • derive-with ^0.6.1 normal
      • futures ^0.3 normal
      • itertools ^0.14 normal
      • log ^0.4 normal
      • mysql_async ^0.36 normal optional
      • num-bigint ^0.4 normal
      • odbc-api ^13 normal optional
      • oracle ^0.6 normal optional
      • prost ^0.13 normal
      • rusqlite ^0.37 normal optional
      • serde_json ^1.0 normal
      • time ^0.3 normal
      • tokio ^1 normal
    • Versions
    • 0.45% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

datafusion_remote_table0.16.2

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • DefaultConnectionCodec
  • DefaultTransform
  • DefaultTransformCodec
  • DefaultUnparser
  • MysqlConnection
  • MysqlConnectionOptions
  • MysqlPool
  • OracleConnection
  • OracleConnectionOptions
  • OraclePool
  • PostgresConnectionOptions
  • PostgresPool
  • RemoteField
  • RemotePhysicalCodec
  • RemoteSchema
  • RemoteTable
  • RemoteTableExec
  • SqliteConnection
  • SqliteConnectionOptions
  • SqlitePool
  • TransformArgs

Enums

  • ConnectionOptions
  • DmType
  • MysqlType
  • OracleType
  • PostgresType
  • RemoteDbType
  • RemoteType
  • SqliteType

Traits

  • Connection
  • ConnectionCodec
  • Pool
  • Transform
  • TransformCodec
  • Unparse

Functions

  • connect
  • connect_sqlite
  • extract_boolean_array
  • extract_byte_array
  • extract_primitive_array
  • project_remote_schema
  • remote_collect
  • remote_collect_binary_column
  • remote_collect_large_binary_column
  • remote_collect_large_utf8_column
  • remote_collect_primitive_column
  • remote_collect_utf8_column

Type Aliases

  • RemoteSchemaRef