MCPcopy Create free account
hub / github.com/apache/datafusion / test_tinyint

Function test_tinyint

datafusion/sql/tests/sql_integration.rs:374–383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

372
373#[test]
374fn test_tinyint() {
375 let plan = logical_plan("SELECT CAST(6 AS TINYINT)").unwrap();
376 assert_snapshot!(
377 plan,
378 @r"
379 Projection: CAST(Int64(6) AS Int8)
380 EmptyRelation: rows=1
381 "
382 );
383}
384
385#[test]
386fn cast_from_subquery() {

Callers

nothing calls this directly

Calls 1

logical_planFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…