fmcquillan99 edited a comment on issue #480: Summary: Fix defaults when the 
user passes NULL
URL: https://github.com/apache/madlib/pull/480#issuecomment-590616390
 
 
   ```
   DROP TABLE IF EXISTS abalone_summary_exact;
   SELECT madlib.summary ( 
       'abalone_encoded',  -- source_table
       'abalone_summary_exact',  -- output_table
       NULL,  -- target_cols
       NULL,  -- grouping_cols
       TRUE,  -- get_distinct
       TRUE,  -- get_quartiles
       NULL,  -- quantile_array
       20,    -- how_many_mfv
       TRUE -- get_estimate
           );
                      summary                    
   ----------------------------------------------
    (abalone_summary_exact,14,0.682248830795288)
   (1 row)
   
   Time: 829.001 ms
   ```
   LGTM
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to