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

Function NotImplemented

cpp/src/arrow/engine/substrait/expression_internal.cc:1117–1120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115 Status Visit(const MonthDayNanoIntervalScalar& s) { return NotImplemented(s); }
1116
1117 Status NotImplemented(const Scalar& s) {
1118 return Status::NotImplemented("conversion to substrait::Expression::Literal from ",
1119 s.ToString());
1120 }
1121
1122 Status operator()(const Scalar& scalar) { return VisitScalarInline(scalar, this); }
1123

Callers 15

precision_timestampFunction · 0.70
precision_timestamp_tzFunction · 0.70
MakeRelMethod · 0.70
MakeAsOfJoinRelMethod · 0.70
options.ccFile · 0.70
CheckRelCommonFunction · 0.70
ParseAggregateMeasureFunction · 0.70
MakeMethod · 0.70
FromProtoFunction · 0.70
ScanRelationConverterFunction · 0.70
DecodeArgFunction · 0.70

Calls 1

ToStringMethod · 0.45

Tested by 15

InspectMethod · 0.40
MakeWriterMethod · 0.40
MakeWriterMethod · 0.40
MakeWriterMethod · 0.40
ReplaceSchemaMethod · 0.40
VisitWriteableTypeIdFunction · 0.40
TESTFunction · 0.40
CheckBuffersOnDeviceFunction · 0.40
CopyBatchToHostFunction · 0.40
GetFlightInfoMethod · 0.40
GetBatchForFlightFunction · 0.40