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

Method schema

datafusion/expr/src/simplify.rs:111–113  ·  view source on GitHub ↗

Returns the schema

(&self)

Source from the content-addressed store, hash-verified

109
110 /// Returns the schema
111 pub fn schema(&self) -> &DFSchemaRef {
112 &self.schema
113 }
114
115 /// Returns true if this Expr has boolean type
116 pub fn is_boolean_type(&self, expr: &Expr) -> Result<bool> {

Callers 15

exclude_using_columnsFunction · 0.45
exprlist_to_fieldsFunction · 0.45
expr_as_column_exprFunction · 0.45
merge_schemaFunction · 0.45
evaluateMethod · 0.45
extendMethod · 0.45
get_typeMethod · 0.45
nullableMethod · 0.45
to_fieldMethod · 0.45
cast_subqueryFunction · 0.45
runMethod · 0.45
persistMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected