MCPcopy Create free account
hub / github.com/apache/arrow / Bind

Method Bind

cpp/src/arrow/compute/expression.cc:636–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634} // namespace
635
636Result<Expression> Expression::Bind(const TypeHolder& in,
637 compute::ExecContext* exec_context) const {
638 return BindImpl(*this, *in.type, exec_context);
639}
640
641Result<Expression> Expression::Bind(const Schema& in_schema,
642 compute::ExecContext* exec_context) const {

Callers 15

NormalizeAndValidateMethod · 0.45
NormalizeScanOptionsFunction · 0.45
FilterMethod · 0.45
TestRowGroupsMethod · 0.45
TEST_FFunction · 0.45
GetFilteredFragmentsFunction · 0.45
TEST_FFunction · 0.45
SetFilterMethod · 0.45
SetFilterMethod · 0.45
TestCountRowsMethod · 0.45
TestCountRowsMethod · 0.45
TEST_PFunction · 0.45

Calls 1

BindImplFunction · 0.85

Tested by 15

TestRowGroupsMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
SetFilterMethod · 0.36
SetFilterMethod · 0.36
TestCountRowsMethod · 0.36
TestCountRowsMethod · 0.36
TEST_PFunction · 0.36
AssertFormatMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
ExpectBindsToFunction · 0.36