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

Function literal

cpp/src/arrow/compute/expression.h:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152template <typename Arg>
153Expression literal(Arg&& arg) {
154 return literal(Datum(std::forward<Arg>(arg)));
155}
156
157ARROW_EXPORT
158Expression field_ref(FieldRef ref);

Callers 15

TESTFunction · 0.70
ASSERT_OK_AND_ASSIGNFunction · 0.70
ExpectMethod · 0.70
exec.hFile · 0.70
PrintToFunction · 0.70
expression.hFile · 0.70
NormalizeAndValidateMethod · 0.50
PartitionMethod · 0.50
ConvertKeyMethod · 0.50
ParseMethod · 0.50
NormalizeScanOptionsFunction · 0.50

Calls 1

DatumClass · 0.70

Tested by 15

TESTFunction · 0.56
ASSERT_OK_AND_ASSIGNFunction · 0.56
ExpectMethod · 0.56
TEST_FFunction · 0.40
TEST_FFunction · 0.40
MockFragmentMethod · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
ASSERT_OK_AND_ASSIGNFunction · 0.40
TEST_PFunction · 0.40
SetSchemaMethod · 0.40
TestCountRowsMethod · 0.40