MCPcopy Create free account
hub / github.com/apache/impala / ToUnixPrepare

Method ToUnixPrepare

be/src/exprs/timestamp-functions.cc:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void TimestampFunctions::ToUnixPrepare(
267 FunctionContext* context, FunctionContext::FunctionStateScope scope) {
268 UnixAndFromUnixPrepare(context, scope, PARSE);
269}
270
271void TimestampFunctions::FromUnixPrepare(
272 FunctionContext* context, FunctionContext::FunctionStateScope scope) {

Callers

nothing calls this directly

Calls 1

UnixAndFromUnixPrepareFunction · 0.85

Tested by

no test coverage detected