MCPcopy Create free account
hub / github.com/apache/datafusion / Alias

Class Alias

datafusion/expr/src/expr.rs:695–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693/// Alias expression
694#[derive(Clone, PartialEq, Eq, Debug)]
695pub struct Alias {
696 pub expr: Box<Expr>,
697 pub relation: Option<TableReference>,
698 pub name: String,
699 pub metadata: Option<FieldMetadata>,
700}
701
702impl Hash for Alias {
703 fn hash<H: Hasher>(&self, state: &mut H) {

Callers 15

map_childrenMethod · 0.85
try_map_exprMethod · 0.85
aliasMethod · 0.85
alias_with_metadataMethod · 0.85
alias_qualifiedMethod · 0.85
unalias_nestedMethod · 0.85
try_newMethod · 0.85
inject_column_aliasesFunction · 0.85
serialize_exprFunction · 0.85

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…