Home
last modified time | relevance | path

Searched refs:cstring1 (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dvectorized_string_funcs.q8 ,substr(cstring1, 2)
9 ,lower(cstring1)
10 ,upper(cstring1)
11 ,ucase(cstring1)
12 ,length(cstring1)
13 ,trim(cstring1)
14 ,ltrim(cstring1)
15 ,rtrim(cstring1)
30 ,lower(cstring1)
31 ,upper(cstring1)
[all …]
H A Dvectorized_casts.q17 ,cast (cstring1 as boolean)
27 ,cast (cstring1 as int)
28 ,cast (substr(cstring1, 1, 1) as int)
41 ,cast (cstring1 as double)
55 ,cast (cstring1 as timestamp)
67 ,cast (cstring1 as string)
89 ,cast (cstring1 as boolean)
99 ,cast (cstring1 as int)
113 ,cast (cstring1 as double)
127 ,cast (cstring1 as timestamp)
[all …]
H A Dvector_non_string_partition.q2 CREATE TABLE non_string_part(cint INT, cstring1 STRING, cdouble DOUBLE, ctimestamp1 TIMESTAMP) PART…
6 INSERT OVERWRITE TABLE non_string_part PARTITION(ctinyint) SELECT cint, cstring1, cdouble, ctimesta…
15 EXPLAIN SELECT cint, cstring1 FROM non_string_part WHERE cint > 0 ORDER BY cint, cstring1 LIMIT 10;
17 SELECT cint, cstring1 FROM non_string_part WHERE cint > 0 ORDER BY cint, cstring1 LIMIT 10;
H A Dvectorization_short_regress.q63 OR (cstring1 = 'a')
98 OR (cstring1 = 'a')
204 OR (cstring1 = 'ss')
298 cstring1,
331 cstring1,
369 cstring1,
402 cstring1,
439 cstring1,
471 cstring1,
665 cstring1,
[all …]
H A Dvectorization_15.q5 cstring1,
25 OR (cstring1 LIKE '10%'))
29 GROUP BY cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1
30 ORDER BY cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1;
H A Dvectorization_12.q4 cstring1,
27 AND ((cstring1 LIKE '%a')
30 GROUP BY cbigint, cboolean1, cstring1, ctimestamp1, cdouble
31 ORDER BY ctimestamp1, cdouble, cbigint, cstring1;
H A Dvectorization_11.q2 SELECT cstring1,
12 WHERE ((cstring2 = cstring1)
14 AND (cstring1 LIKE '%a')));
H A Dvectorization_16.q2 SELECT cstring1,
18 OR (cstring1 < 'a')))
19 GROUP BY cstring1, cdouble, ctimestamp1;
H A Dvector_coalesce.q2 EXPLAIN SELECT cdouble, cstring1, cint, cfloat, csmallint, coalesce(cdouble, cstring1, cint, cfloat…
6 SELECT cdouble, cstring1, cint, cfloat, csmallint, coalesce(cdouble, cstring1, cint, cfloat, csmall…
H A Dvectorization_14.q4 cstring1,
31 GROUP BY ctimestamp1, cfloat, cstring1, cboolean1, cdouble
32 ORDER BY cstring1, cfloat, cdouble, ctimestamp1;
H A Dparquet_types.q10 cstring1 string
20 cstring1 string
32 COUNT(cstring1),
H A Dvectorized_bucketmapjoin1.q20 insert into table vsmb_bucket_1 select cint, cstring1 from alltypesorc limit 2;
21 insert into table vsmb_bucket_2 select cint, cstring1 from alltypesorc limit 2;
22 insert into table vsmb_bucket_RC select cint, cstring1 from alltypesorc limit 2;
23 insert into table vsmb_bucket_TXT select cint, cstring1 from alltypesorc limit 2;
H A Dvectorization_10.q6 cstring1,
23 OR (cstring1 LIKE '%a'))));
H A Dvectorization_13.q6 cstring1,
30 GROUP BY cboolean1, ctinyint, ctimestamp1, cfloat, cstring1;
H A Dvectorization_6.q4 cstring1,
H A Dvectorization_7.q7 cstring1,
H A Dvectorization_8.q5 cstring1,
H A Dvectorization_9.q3 cstring1,
H A Dvectorization_5.q16 AND (cstring1 LIKE '%b%'))
H A Dlimit_pushdown.q34 select ctinyint, count(distinct(cstring1)), count(distinct(cstring2)) from alltypesorc group by cti…
35 select ctinyint, count(distinct(cstring1)), count(distinct(cstring2)) from alltypesorc group by cti…
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/effects/RFXscripts/
H A Dcolour_replace.script56 $cstring1=&RGB24_to_string($p0_red,$p0_green,$p0_blue);
62 `$convert_command $img_prefix$in -fill $cstring2 -opaque $cstring1 $out_prefix$out`;
H A Dtextover.script52 $cstring1=&RGB24_to_string($p3_red,$p3_green,$p3_blue);
58 system("$convert_command $img_prefix$in -fill $cstring1 -stroke $cstring2 -pointsize $p5 -family \"…
H A Dgen_text.script59 $cstring1 = &RGB24_to_string($p3_red, $p3_green, $p3_blue);
67 …system("$convert_command $out_prefix" . "temp$out_ext -fill $cstring1 -stroke $cstring2 -pointsize…
H A Dtrim_frames.script86 $cstring1 = &RGB24_to_string($p10_red, $p10_green, $p10_blue);
87 … system("$convert_command -size $width\\!x$height\\! xc:$cstring1 $img_prefix" . "blank$img_ext");
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/lib/Exm/
H A DStringTrans.c1187 XmString cstring1, sep, oldstring; in TransferProc() local
1209 cstring1 = XmStringGenerate(strings[i], in TransferProc()
1212 cstring = XmStringConcat(oldstring, cstring1); in TransferProc()
1214 XmStringFree(cstring1); in TransferProc()
1242 cstring1 = XmStringGenerate(strings[i], NULL, XmMULTIBYTE_TEXT, NULL); in TransferProc()
1243 cstring = XmStringConcat(oldstring, cstring1); in TransferProc()
1245 XmStringFree(cstring1); in TransferProc()

123