Enum google_api_proto::google::cloud::bigquery::migration::v2::dialect::DialectValue
source · pub enum DialectValue {
Show 17 variants
BigqueryDialect(BigQueryDialect),
HiveqlDialect(HiveQlDialect),
RedshiftDialect(RedshiftDialect),
TeradataDialect(TeradataDialect),
OracleDialect(OracleDialect),
SparksqlDialect(SparkSqlDialect),
SnowflakeDialect(SnowflakeDialect),
NetezzaDialect(NetezzaDialect),
AzureSynapseDialect(AzureSynapseDialect),
VerticaDialect(VerticaDialect),
SqlServerDialect(SqlServerDialect),
PostgresqlDialect(PostgresqlDialect),
PrestoDialect(PrestoDialect),
MysqlDialect(MySqlDialect),
Db2Dialect(Db2Dialect),
SqliteDialect(SqLiteDialect),
GreenplumDialect(GreenplumDialect),
}
Expand description
The possible dialect options that this message represents.
Variants§
BigqueryDialect(BigQueryDialect)
The BigQuery dialect
HiveqlDialect(HiveQlDialect)
The HiveQL dialect
RedshiftDialect(RedshiftDialect)
The Redshift dialect
TeradataDialect(TeradataDialect)
The Teradata dialect
OracleDialect(OracleDialect)
The Oracle dialect
SparksqlDialect(SparkSqlDialect)
The SparkSQL dialect
SnowflakeDialect(SnowflakeDialect)
The Snowflake dialect
NetezzaDialect(NetezzaDialect)
The Netezza dialect
AzureSynapseDialect(AzureSynapseDialect)
The Azure Synapse dialect
VerticaDialect(VerticaDialect)
The Vertica dialect
SqlServerDialect(SqlServerDialect)
The SQL Server dialect
PostgresqlDialect(PostgresqlDialect)
The Postgresql dialect
PrestoDialect(PrestoDialect)
The Presto dialect
MysqlDialect(MySqlDialect)
The MySQL dialect
Db2Dialect(Db2Dialect)
DB2 dialect
SqliteDialect(SqLiteDialect)
SQLite dialect
GreenplumDialect(GreenplumDialect)
Greenplum dialect
Implementations§
source§impl DialectValue
impl DialectValue
sourcepub fn merge(
field: &mut Option<DialectValue>,
tag: u32,
wire_type: WireType,
buf: &mut impl Buf,
ctx: DecodeContext,
) -> Result<(), DecodeError>
pub fn merge( field: &mut Option<DialectValue>, tag: u32, wire_type: WireType, buf: &mut impl Buf, ctx: DecodeContext, ) -> Result<(), DecodeError>
Decodes an instance of the message from a buffer, and merges it into self.
sourcepub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
source§impl Clone for DialectValue
impl Clone for DialectValue
source§fn clone(&self) -> DialectValue
fn clone(&self) -> DialectValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DialectValue
impl Debug for DialectValue
source§impl PartialEq for DialectValue
impl PartialEq for DialectValue
source§fn eq(&self, other: &DialectValue) -> bool
fn eq(&self, other: &DialectValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DialectValue
impl StructuralPartialEq for DialectValue
Auto Trait Implementations§
impl Freeze for DialectValue
impl RefUnwindSafe for DialectValue
impl Send for DialectValue
impl Sync for DialectValue
impl Unpin for DialectValue
impl UnwindSafe for DialectValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request