Skip to content

Commit 5a6834e

Browse files
author
flow-php
committed
1 parent e36719d commit 5a6834e

File tree

8 files changed

+31
-98
lines changed

8 files changed

+31
-98
lines changed

changelog/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ <h3><a id="flow-php-changed" href="#content-changed" class="mr-2" aria-hidden="t
234234
</ul>
235235
<h3><a id="flow-php-fixed" href="#content-fixed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Fixed</h3>
236236
<ul>
237+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1559">#1559</a> - <strong>Merging two definitions created from null does not remove FROM_NULL metadata</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
237238
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1556">#1556</a> - <strong>Collecting date &amp; time based statistics</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
238239
</ul>
239240
<h3><a id="flow-php-removed" href="#content-removed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Removed</h3>

documentation/api/core/classes/Flow-ETL-Dataset-Statistics-Column.html

Lines changed: 22 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2 class="phpdocumentor-content__title">
133133
<aside class="phpdocumentor-element-found-in">
134134
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
135135
:
136-
<span class="phpdocumentor-element-found-in__line">10</span>
136+
<span class="phpdocumentor-element-found-in__line">9</span>
137137

138138
</aside>
139139

@@ -154,19 +154,6 @@ <h2 class="phpdocumentor-content__title">
154154

155155

156156

157-
<h4 id="toc-properties">
158-
Properties
159-
<a href="classes/Flow-ETL-Dataset-Statistics-Column.html#toc-properties" class="headerlink"><i class="fas fa-link"></i></a>
160-
161-
</h4>
162-
<dl class="phpdocumentor-table-of-contents">
163-
<dt class="phpdocumentor-table-of-contents__entry -property -public">
164-
<a class="" href="classes/Flow-ETL-Dataset-Statistics-Column.html#property_entry">$entry</a>
165-
<span>
166-
&nbsp;: <a href="classes/Flow-ETL-Row-Entry.html"><abbr title="\Flow\ETL\Row\Entry">Entry</abbr></a> </span>
167-
</dt>
168-
169-
</dl>
170157

171158
<h4 id="toc-methods">
172159
Methods
@@ -241,9 +228,9 @@ <h4 id="toc-methods">
241228
</dt>
242229

243230
<dt class="phpdocumentor-table-of-contents__entry -method -public">
244-
<a class="" href="classes/Flow-ETL-Dataset-Statistics-Column.html#method_type">type()</a>
231+
<a class="" href="classes/Flow-ETL-Dataset-Statistics-Column.html#method_reference">reference()</a>
245232
<span>
246-
&nbsp;: <a href="classes/Flow-ETL-PHP-Type-Type.html"><abbr title="\Flow\ETL\PHP\Type\Type">Type</abbr></a>&lt;string|int, mixed&gt; </span>
233+
&nbsp;: <a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a> </span>
247234
</dt>
248235

249236
</dl>
@@ -253,49 +240,6 @@ <h4 id="toc-methods">
253240

254241

255242

256-
<section class="phpdocumentor-properties">
257-
<h3 class="phpdocumentor-elements__header" id="properties">
258-
Properties
259-
<a href="classes/Flow-ETL-Dataset-Statistics-Column.html#properties" class="headerlink"><i class="fas fa-link"></i></a>
260-
261-
</h3>
262-
<article
263-
class="
264-
phpdocumentor-element
265-
-property
266-
-public
267-
-read-only "
268-
>
269-
<h4 class="phpdocumentor-element__name" id="property_entry">
270-
$entry
271-
<a href="classes/Flow-ETL-Dataset-Statistics-Column.html#property_entry" class="headerlink"><i class="fas fa-link"></i></a>
272-
273-
<span class="phpdocumentor-element__modifiers">
274-
<small class="phpdocumentor-element__modifier">read-only</small> </span>
275-
</h4>
276-
<aside class="phpdocumentor-element-found-in">
277-
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
278-
:
279-
<span class="phpdocumentor-element-found-in__line">33</span>
280-
281-
</aside>
282-
283-
284-
285-
<code class="phpdocumentor-code phpdocumentor-signature ">
286-
<span class="phpdocumentor-signature__visibility">public</span>
287-
<span class="phpdocumentor-signature__type"><a href="classes/Flow-ETL-Row-Entry.html"><abbr title="\Flow\ETL\Row\Entry">Entry</abbr></a></span>
288-
<span class="phpdocumentor-signature__name">$entry</span>
289-
</code>
290-
291-
292-
293-
294-
295-
296-
297-
</article>
298-
</section>
299243

300244
<section class="phpdocumentor-methods">
301245
<h3 class="phpdocumentor-elements__header" id="methods">
@@ -317,7 +261,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
317261
<aside class="phpdocumentor-element-found-in">
318262
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
319263
:
320-
<span class="phpdocumentor-element-found-in__line">33</span>
264+
<span class="phpdocumentor-element-found-in__line">34</span>
321265

322266
</aside>
323267

@@ -376,7 +320,7 @@ <h4 class="phpdocumentor-element__name" id="method_calculate">
376320
<aside class="phpdocumentor-element-found-in">
377321
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
378322
:
379-
<span class="phpdocumentor-element-found-in__line">42</span>
323+
<span class="phpdocumentor-element-found-in__line">44</span>
380324

381325
</aside>
382326

@@ -420,7 +364,7 @@ <h4 class="phpdocumentor-element__name" id="method_distinctCount">
420364
<aside class="phpdocumentor-element-found-in">
421365
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
422366
:
423-
<span class="phpdocumentor-element-found-in__line">100</span>
367+
<span class="phpdocumentor-element-found-in__line">102</span>
424368

425369
</aside>
426370

@@ -458,7 +402,7 @@ <h4 class="phpdocumentor-element__name" id="method_max">
458402
<aside class="phpdocumentor-element-found-in">
459403
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
460404
:
461-
<span class="phpdocumentor-element-found-in__line">105</span>
405+
<span class="phpdocumentor-element-found-in__line">107</span>
462406

463407
</aside>
464408

@@ -496,7 +440,7 @@ <h4 class="phpdocumentor-element__name" id="method_maxElementsCount">
496440
<aside class="phpdocumentor-element-found-in">
497441
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
498442
:
499-
<span class="phpdocumentor-element-found-in__line">110</span>
443+
<span class="phpdocumentor-element-found-in__line">112</span>
500444

501445
</aside>
502446

@@ -534,7 +478,7 @@ <h4 class="phpdocumentor-element__name" id="method_maxLength">
534478
<aside class="phpdocumentor-element-found-in">
535479
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
536480
:
537-
<span class="phpdocumentor-element-found-in__line">115</span>
481+
<span class="phpdocumentor-element-found-in__line">117</span>
538482

539483
</aside>
540484

@@ -572,7 +516,7 @@ <h4 class="phpdocumentor-element__name" id="method_min">
572516
<aside class="phpdocumentor-element-found-in">
573517
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
574518
:
575-
<span class="phpdocumentor-element-found-in__line">120</span>
519+
<span class="phpdocumentor-element-found-in__line">122</span>
576520

577521
</aside>
578522

@@ -610,7 +554,7 @@ <h4 class="phpdocumentor-element__name" id="method_minElementsCount">
610554
<aside class="phpdocumentor-element-found-in">
611555
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
612556
:
613-
<span class="phpdocumentor-element-found-in__line">125</span>
557+
<span class="phpdocumentor-element-found-in__line">127</span>
614558

615559
</aside>
616560

@@ -648,7 +592,7 @@ <h4 class="phpdocumentor-element__name" id="method_minLength">
648592
<aside class="phpdocumentor-element-found-in">
649593
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
650594
:
651-
<span class="phpdocumentor-element-found-in__line">130</span>
595+
<span class="phpdocumentor-element-found-in__line">132</span>
652596

653597
</aside>
654598

@@ -686,7 +630,7 @@ <h4 class="phpdocumentor-element__name" id="method_name">
686630
<aside class="phpdocumentor-element-found-in">
687631
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
688632
:
689-
<span class="phpdocumentor-element-found-in__line">135</span>
633+
<span class="phpdocumentor-element-found-in__line">137</span>
690634

691635
</aside>
692636

@@ -724,7 +668,7 @@ <h4 class="phpdocumentor-element__name" id="method_nullCount">
724668
<aside class="phpdocumentor-element-found-in">
725669
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
726670
:
727-
<span class="phpdocumentor-element-found-in__line">140</span>
671+
<span class="phpdocumentor-element-found-in__line">142</span>
728672

729673
</aside>
730674

@@ -754,22 +698,22 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
754698
-public
755699
"
756700
>
757-
<h4 class="phpdocumentor-element__name" id="method_type">
758-
type()
759-
<a href="classes/Flow-ETL-Dataset-Statistics-Column.html#method_type" class="headerlink"><i class="fas fa-link"></i></a>
701+
<h4 class="phpdocumentor-element__name" id="method_reference">
702+
reference()
703+
<a href="classes/Flow-ETL-Dataset-Statistics-Column.html#method_reference" class="headerlink"><i class="fas fa-link"></i></a>
760704

761705
</h4>
762706
<aside class="phpdocumentor-element-found-in">
763707
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php"><a href="files/src-core-etl-src-flow-etl-dataset-statistics-column.html"><abbr title="src/core/etl/src/Flow/ETL/Dataset/Statistics/Column.php">Column.php</abbr></a></abbr>
764708
:
765-
<span class="phpdocumentor-element-found-in__line">148</span>
709+
<span class="phpdocumentor-element-found-in__line">147</span>
766710

767711
</aside>
768712

769713

770714
<code class="phpdocumentor-code phpdocumentor-signature ">
771715
<span class="phpdocumentor-signature__visibility">public</span>
772-
<span class="phpdocumentor-signature__name">type</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/Flow-ETL-PHP-Type-Type.html"><abbr title="\Flow\ETL\PHP\Type\Type">Type</abbr></a>&lt;string|int, mixed&gt;</span></code>
716+
<span class="phpdocumentor-signature__name">reference</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a></span></code>
773717

774718
<div class="phpdocumentor-label-line">
775719
</div>
@@ -782,7 +726,7 @@ <h4 class="phpdocumentor-element__name" id="method_type">
782726

783727
<section>
784728
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
785-
<span class="phpdocumentor-signature__response_type"><a href="classes/Flow-ETL-PHP-Type-Type.html"><abbr title="\Flow\ETL\PHP\Type\Type">Type</abbr></a>&lt;string|int, mixed&gt;</span>
729+
<span class="phpdocumentor-signature__response_type"><a href="classes/Flow-ETL-Row-Reference.html"><abbr title="\Flow\ETL\Row\Reference">Reference</abbr></a></span>
786730
</section>
787731

788732
</article>
@@ -891,17 +835,10 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
891835
<li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li>
892836
<li>
893837
<ul class="phpdocumentor-list -clean">
894-
<li><a href="classes/Flow-ETL-Dataset-Statistics-Column.html#toc-properties">Properties</a></li>
895-
<li><a href="classes/Flow-ETL-Dataset-Statistics-Column.html#toc-methods">Methods</a></li>
838+
<li><a href="classes/Flow-ETL-Dataset-Statistics-Column.html#toc-methods">Methods</a></li>
896839
</ul>
897840
</li>
898841

899-
<li class="phpdocumentor-on-this-page-section__title">Properties</li>
900-
<li>
901-
<ul class="phpdocumentor-list -clean">
902-
<li class=""><a href="classes/Flow-ETL-Dataset-Statistics-Column.html#property_entry">$entry</a></li>
903-
</ul>
904-
</li>
905842

906843
<li class="phpdocumentor-on-this-page-section__title">Methods</li>
907844
<li>
@@ -917,7 +854,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
917854
<li class=""><a href="classes/Flow-ETL-Dataset-Statistics-Column.html#method_minLength">minLength()</a></li>
918855
<li class=""><a href="classes/Flow-ETL-Dataset-Statistics-Column.html#method_name">name()</a></li>
919856
<li class=""><a href="classes/Flow-ETL-Dataset-Statistics-Column.html#method_nullCount">nullCount()</a></li>
920-
<li class=""><a href="classes/Flow-ETL-Dataset-Statistics-Column.html#method_type">type()</a></li>
857+
<li class=""><a href="classes/Flow-ETL-Dataset-Statistics-Column.html#method_reference">reference()</a></li>
921858
</ul>
922859
</li>
923860
</ul>

documentation/api/core/js/searchIndex.js

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,15 +1226,10 @@ Search.appendIndex(
12261226
"summary": "",
12271227
"url": "classes/Flow-ETL-Dataset-Statistics-Column.html#method_nullCount"
12281228
}, {
1229-
"fqsen": "\\Flow\\ETL\\Dataset\\Statistics\\Column\u003A\u003Atype\u0028\u0029",
1230-
"name": "type",
1231-
"summary": "",
1232-
"url": "classes/Flow-ETL-Dataset-Statistics-Column.html#method_type"
1233-
}, {
1234-
"fqsen": "\\Flow\\ETL\\Dataset\\Statistics\\Column\u003A\u003A\u0024entry",
1235-
"name": "entry",
1229+
"fqsen": "\\Flow\\ETL\\Dataset\\Statistics\\Column\u003A\u003Areference\u0028\u0029",
1230+
"name": "reference",
12361231
"summary": "",
1237-
"url": "classes/Flow-ETL-Dataset-Statistics-Column.html#property_entry"
1232+
"url": "classes/Flow-ETL-Dataset-Statistics-Column.html#method_reference"
12381233
}, {
12391234
"fqsen": "\\Flow\\ETL\\Dataset\\Statistics\\Columns",
12401235
"name": "Columns",

sitemap.blog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-03-16/flow-php-release-cycle</loc><lastmod>2025-03-29T20:28:31+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-03-29T20:28:31+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-03-29T20:28:31+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-03-29T20:28:31+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-03-16/flow-php-release-cycle</loc><lastmod>2025-03-29T20:52:42+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-03-29T20:52:42+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-03-29T20:52:42+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-03-29T20:52:42+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>

sitemap.default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-03-29T20:28:31+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-03-29T20:28:31+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-03-29T20:28:31+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-03-29T20:28:31+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-03-29T20:52:42+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-03-29T20:52:42+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-03-29T20:52:42+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-03-29T20:52:42+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>

sitemap.documentation.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.examples.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)