Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ BooleanScalar
Function
BooleanScalar
cpp/src/arrow/scalar.h:197–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
using Base::Base;
196
197
explicit BooleanScalar(bool value) : Base(value, boolean()) {}
198
199
BooleanScalar() : Base(boolean()) {}
200
};
Callers
4
acero_test.cc
File · 0.50
TEST
Function · 0.50
InvertScalar
Function · 0.50
ASSERT_OK_AND_ASSIGN
Function · 0.50
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.40
ASSERT_OK_AND_ASSIGN
Function · 0.40