Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
template <typename Arg>
153
Expression literal(Arg&& arg) {
154
return literal(Datum(std::forward<Arg>(arg)));
155
}
156
157
ARROW_EXPORT
158
Expression field_ref(FieldRef ref);
Callers
15
TEST
Function · 0.70
ASSERT_OK_AND_ASSIGN
Function · 0.70
Expect
Method · 0.70
exec.h
File · 0.70
PrintTo
Function · 0.70
expression.h
File · 0.70
garrow_literal_expression_new
Function · 0.50
NormalizeAndValidate
Method · 0.50
Partition
Method · 0.50
ConvertKey
Method · 0.50
Parse
Method · 0.50
NormalizeScanOptions
Function · 0.50
Calls
1
Datum
Class · 0.70
Tested by
15
TEST
Function · 0.56
ASSERT_OK_AND_ASSIGN
Function · 0.56
Expect
Method · 0.56
TEST_F
Function · 0.40
TEST_F
Function · 0.40
MockFragment
Method · 0.40
TEST
Function · 0.40
TEST_F
Function · 0.40
ASSERT_OK_AND_ASSIGN
Function · 0.40
TEST_P
Function · 0.40
SetSchema
Method · 0.40
TestCountRows
Method · 0.40