Docs.rs
  • datafusion-remote-table-0.14.2
    • datafusion-remote-table 0.14.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 ^46 normal
      • datafusion-proto ^46 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.32 normal optional
      • serde_json ^1.0 normal
      • time ^0.3 normal
      • tokio ^1 normal
      • tokio-rusqlite ^0.6.0 normal optional
    • Versions
    • 0.46% 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.14.2

  • All Items

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

Crate datafusion_remote_table

Source

Structs§

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
https://www.postgresql.org/docs/current/datatype.html
RemoteDbType
RemoteType
SqliteType

Traits§

Connection
Pool
Transform
TransformCodec
Unparse

Functions§

connect
connect_sqlite
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