# Configuration Reference

- [Cluster](/release-1.3.0/configuration-reference/cluster.md)
- [Controller](/release-1.3.0/configuration-reference/controller.md)
- [Broker](/release-1.3.0/configuration-reference/broker.md)
- [Server](/release-1.3.0/configuration-reference/server.md)
- [Table](/release-1.3.0/configuration-reference/table.md): The tables below shows the properties available to set at the table level.
- [Ingestion](/release-1.3.0/configuration-reference/ingestion.md)
- [Schema](/release-1.3.0/configuration-reference/schema.md)
- [Ingestion Job Spec](/release-1.3.0/configuration-reference/job-specification.md)
- [Monitoring Metrics](/release-1.3.0/configuration-reference/monitoring-metrics.md)
- [Functions](/release-1.3.0/configuration-reference/functions.md): This page contains reference documentation for functions in Apache Pinot.
- [ABS](/release-1.3.0/configuration-reference/functions/abs.md): This section contains reference documentation for the abs function.
- [ADD](/release-1.3.0/configuration-reference/functions/add.md): This section contains reference documentation for the ADD function.
- [ago](/release-1.3.0/configuration-reference/functions/ago.md): This section contains reference documentation for the ago function.
- [EXPR\_MIN / EXPR\_MAX](/release-1.3.0/configuration-reference/functions/arg_min-arg_max.md): This section contains reference documentation for the EXPR\_MIN and EXPR\_MAX function.
- [ARRAY\_AGG](/release-1.3.0/configuration-reference/functions/array_agg.md): This section contains reference documentation for the ARRAY\_AGG function.
- [arrayConcatDouble](/release-1.3.0/configuration-reference/functions/arrayconcatdouble.md): This section contains reference documentation for the arrayConcatDouble function.
- [arrayConcatFloat](/release-1.3.0/configuration-reference/functions/arrayconcatfloat.md): This section contains reference documentation for the arrayConcatFloat function.
- [arrayConcatInt](/release-1.3.0/configuration-reference/functions/arrayconcatint.md): This section contains reference documentation for the arrayConcatInt function.
- [arrayConcatLong](/release-1.3.0/configuration-reference/functions/arrayconcatlong.md): This section contains reference documentation for the arrayConcatLong function.
- [arrayConcatString](/release-1.3.0/configuration-reference/functions/arrayconcatstring.md): This section contains reference documentation for the arrayConcatString function.
- [arrayContainsInt](/release-1.3.0/configuration-reference/functions/arraycontainsint.md): This section contains reference documentation for the arrayContainsInt function.
- [arrayContainsString](/release-1.3.0/configuration-reference/functions/arraycontainsstring.md): This section contains reference documentation for the arrayContainsString function.
- [arrayDistinctInt](/release-1.3.0/configuration-reference/functions/arraydistinctint.md): This section contains reference documentation for the arrayDistinctInt function.
- [arrayDistinctString](/release-1.3.0/configuration-reference/functions/arraydistinctstring.md): This section contains reference documentation for the arrayDistinctString function.
- [arrayIndexOfInt](/release-1.3.0/configuration-reference/functions/arrayindexofint.md): This section contains reference documentation for the arrayIndexOfInt function.
- [arrayIndexOfString](/release-1.3.0/configuration-reference/functions/arrayindexofstring.md): This section contains reference documentation for the arrayIndexOfString function.
- [ARRAYLENGTH](/release-1.3.0/configuration-reference/functions/arraylength.md): This section contains reference documentation for the ARRAYLENGTH function.
- [arrayRemoveInt](/release-1.3.0/configuration-reference/functions/arrayremoveint.md): This section contains reference documentation for the arrayRemoveInt function.
- [arrayRemoveString](/release-1.3.0/configuration-reference/functions/arrayremovestring.md): This section contains reference documentation for the arrayRemoveString function.
- [arrayReverseInt](/release-1.3.0/configuration-reference/functions/arrayreverseint.md): This section contains reference documentation for the arrayReverseInt function.
- [arrayReverseString](/release-1.3.0/configuration-reference/functions/arrayreversestring.md): This section contains reference documentation for the arrayReverseString function.
- [arraySliceInt](/release-1.3.0/configuration-reference/functions/arraysliceint.md): This section contains reference documentation for the arraySliceInt function.
- [arraySliceString](/release-1.3.0/configuration-reference/functions/arrayslicestring.md): This section contains reference documentation for the arraySliceString function.
- [arraySortInt](/release-1.3.0/configuration-reference/functions/arraysortint.md): This section contains reference documentation for the arraySortInt function.
- [arraySortString](/release-1.3.0/configuration-reference/functions/arraysortstring.md): This section contains reference documentation for the arraySortString function.
- [arrayUnionInt](/release-1.3.0/configuration-reference/functions/arrayunionint.md): This section contains reference documentation for the arrayUnionInt function.
- [arrayUnionString](/release-1.3.0/configuration-reference/functions/arrayunionstring.md): This section contains reference documentation for the arrayUnionString function.
- [AVGMV](/release-1.3.0/configuration-reference/functions/avgmv.md): This section contains reference documentation for the AVGMV function.
- [Base64](/release-1.3.0/configuration-reference/functions/base64.md): This section contains reference documentation for base64 encode and decode functions.
- [caseWhen](/release-1.3.0/configuration-reference/functions/casewhen.md): This section contains reference documentation for the caseWhen function.
- [ceil](/release-1.3.0/configuration-reference/functions/ceil.md): This section contains reference documentation for the CEIL function.
- [CHR](/release-1.3.0/configuration-reference/functions/chr.md): This section contains reference documentation for the CHR function.
- [codepoint](/release-1.3.0/configuration-reference/functions/codepoint.md): This section contains reference documentation for the CODEPOINT function.
- [concat](/release-1.3.0/configuration-reference/functions/concat.md): This section contains reference documentation for the concat function.
- [count](/release-1.3.0/configuration-reference/functions/count.md): This section contains reference documentation for the count function.
- [COUNTMV](/release-1.3.0/configuration-reference/functions/countmv.md): This section contains reference documentation for the COUNTMV function.
- [COVAR\_POP](/release-1.3.0/configuration-reference/functions/covar_pop.md): This section contains reference documentation for the COVAR\_POP function.
- [COVAR\_SAMP](/release-1.3.0/configuration-reference/functions/covar_samp.md): This section contains reference documentation for the COVAR\_SAMP function.
- [day](/release-1.3.0/configuration-reference/functions/day.md): This section contains reference documentation for the day function.
- [dayOfWeek](/release-1.3.0/configuration-reference/functions/dayofweek.md): This section contains reference documentation for the dayOfWeek function.
- [dayOfYear](/release-1.3.0/configuration-reference/functions/dayofyear.md): This section contains reference documentation for the dayOfYear function.
- [DISTINCT](/release-1.3.0/configuration-reference/functions/distinct.md): This section contains reference documentation for the DISTINCT function.
- [DISTINCTAVG](/release-1.3.0/configuration-reference/functions/distinctavg.md): This section contains reference documentation for the DISTINCTAVG function.
- [DISTINCTAVGMV](/release-1.3.0/configuration-reference/functions/distinctavgmv.md): This section contains reference documentation for the DISTINCTAVGMV function.
- [DISTINCTCOUNT](/release-1.3.0/configuration-reference/functions/distinctcount.md): This section contains reference documentation for the DISTINCTCOUNT function.
- [DISTINCTCOUNTBITMAP](/release-1.3.0/configuration-reference/functions/distinctcountbitmap.md): This section contains reference documentation for the DISTINCTCOUNTBITMAP function.
- [DISTINCTCOUNTBITMAPMV](/release-1.3.0/configuration-reference/functions/distinctcountbitmapmv.md): This section contains reference documentation for the DISTINCTCOUNTBITMAPMV function.
- [DISTINCTCOUNTHLL](/release-1.3.0/configuration-reference/functions/distinctcounthll.md): This section contains reference documentation for the DISTINCTCOUNTHLL function.
- [DISTINCTCOUNTSMARTHLL](/release-1.3.0/configuration-reference/functions/distinctcountsmarthll.md): This section contains reference documentation for the DISTINCTCOUNTHLL function.
- [DISTINCTCOUNTHLLPLUS](/release-1.3.0/configuration-reference/functions/distinctcounthll-1.md): This section contains reference documentation for the DISTINCTCOUNTHLL function.
- [DISTINCTCOUNTHLLMV](/release-1.3.0/configuration-reference/functions/distinctcounthllmv.md): This section contains reference documentation for the DISTINCTCOUNTHLLMV function.
- [DISTINCTCOUNTMV](/release-1.3.0/configuration-reference/functions/distinctcountmv.md): This section contains reference documentation for the DISTINCTCOUNTMV function.
- [DISTINCTCOUNTRAWHLL](/release-1.3.0/configuration-reference/functions/distinctcountrawhll.md): This section contains reference documentation for the DISTINCTCOUNTRAWHLL function.
- [DISTINCTCOUNTRAWHLLMV](/release-1.3.0/configuration-reference/functions/distinctcountrawhllmv.md): This section contains reference documentation for the DISTINCTCOUNTRAWHLLMV function.
- [DISTINCTCOUNTRAWTHETASKETCH](/release-1.3.0/configuration-reference/functions/distinctcountrawthetasketch.md): This section contains reference documentation for the DISTINCTCOUNTRAWTHETASKETCH function.
- [DISTINCTCOUNTTHETASKETCH](/release-1.3.0/configuration-reference/functions/distinctcountthetasketch.md): This section contains reference documentation for the DISTINCTCOUNTTHETASKETCH function.
- [DISTINCTCOUNTULL](/release-1.3.0/configuration-reference/functions/distinctcountull.md)
- [DISTINCTSUM](/release-1.3.0/configuration-reference/functions/distinctsum.md): This section contains reference documentation for the DISTINCTSUM function.
- [DISTINCTSUMMV](/release-1.3.0/configuration-reference/functions/distinctsummv.md): This section contains reference documentation for the DISTINCTSUMMV function.
- [DIV](/release-1.3.0/configuration-reference/functions/div.md): This section contains reference documentation for the DIV function.
- [DATETIMECONVERT](/release-1.3.0/configuration-reference/functions/datetimeconvert.md): This section contains reference documentation for the DATETIMECONVERT function.
- [DATETRUNC](/release-1.3.0/configuration-reference/functions/datetrunc.md): This section contains reference documentation for the DATETRUNC function.
- [exp](/release-1.3.0/configuration-reference/functions/exp.md): This section contains reference documentation for the exp function.
- [FIRSTWITHTIME](/release-1.3.0/configuration-reference/functions/firstwithtime.md): This section contains reference documentation for the firstwithtime function.
- [FLOOR](/release-1.3.0/configuration-reference/functions/floor.md): This section contains reference documentation for the FLOOR function.
- [FrequentLongsSketch](/release-1.3.0/configuration-reference/functions/frequentlongssketch.md): This section contains reference documentation for the FREQUENTLONGSSKETCH function.
- [FrequentStringsSketch](/release-1.3.0/configuration-reference/functions/frequentstringssketch.md): This section contains reference documentation for the FREQUENTSTRINGSSKETCH function.
- [FromDateTime](/release-1.3.0/configuration-reference/functions/fromdatetime.md): This section contains reference documentation for the FromDateTime function.
- [FromEpoch](/release-1.3.0/configuration-reference/functions/fromepoch.md): This section contains reference documentation for the fromEpoch functions.
- [FromEpochBucket](/release-1.3.0/configuration-reference/functions/fromepochbucket.md): This section contains reference documentation for the fromEpochBucket functions.
- [FUNNELCOUNT](/release-1.3.0/configuration-reference/functions/funnelcount.md): This section contains reference documentation for the FUNNELCOUNT function.
- [FunnelCompleteCount](/release-1.3.0/configuration-reference/functions/funnelmaxstep.md)
- [FunnelMaxStep](/release-1.3.0/configuration-reference/functions/funnelmaxstep-1.md)
- [FunnelMatchStep](/release-1.3.0/configuration-reference/functions/funnelmaxstep-2.md)
- [Histogram](/release-1.3.0/configuration-reference/functions/histogram.md): This section contains reference documentation for the HISTOGRAM function.
- [hour](/release-1.3.0/configuration-reference/functions/hour.md): This section contains reference documentation for the hour function.
- [isSubnetOf](/release-1.3.0/configuration-reference/functions/issubnetof.md): This section contains reference documentation for the isSubnetOf function.
- [JSONFORMAT](/release-1.3.0/configuration-reference/functions/jsonformat.md): This section contains reference documentation for the JSONFORMAT function.
- [JSONPATH](/release-1.3.0/configuration-reference/functions/jsonpath.md): This section contains reference documentation for the JSONPATH function.
- [JSONPATHARRAY](/release-1.3.0/configuration-reference/functions/jsonpatharray.md): This section contains reference documentation for the JSONPATHARRAY function.
- [JSONPATHARRAYDEFAULTEMPTY](/release-1.3.0/configuration-reference/functions/jsonpatharraydefaultempty.md): This section contains reference documentation for the JSONPATHARRAYDEFAULTEMPTY function.
- [JSONPATHDOUBLE](/release-1.3.0/configuration-reference/functions/jsonpathdouble.md): This section contains reference documentation for the JSONPATHDOUBLE function.
- [JSONPATHLONG](/release-1.3.0/configuration-reference/functions/jsonpathlong.md): This section contains reference documentation for the JSONPATHLONG function.
- [JSONPATHSTRING](/release-1.3.0/configuration-reference/functions/jsonpathstring.md): This section contains reference documentation for the JSONPATHSTRING function.
- [jsonextractkey](/release-1.3.0/configuration-reference/functions/jsonextractkey.md): This section contains reference documentation for the JSONEXTRACTKEY function.
- [jsonextractscalar](/release-1.3.0/configuration-reference/functions/jsonextractscalar.md): This section contains reference documentation for the JSONEXTRACTSCALAR function.
- [LAG](/release-1.3.0/configuration-reference/functions/lag.md): This section contains reference documentation for the LAG function.
- [LASTWITHTIME](/release-1.3.0/configuration-reference/functions/lastwithtime.md): This section contains reference documentation for the lastwithtime function.
- [LEAD](/release-1.3.0/configuration-reference/functions/lead.md): This section contains reference documentation for the LEAD function.
- [length](/release-1.3.0/configuration-reference/functions/length.md): This section contains reference documentation for the length function.
- [ln](/release-1.3.0/configuration-reference/functions/ln.md): This section contains reference documentation for the ln function.
- [lower](/release-1.3.0/configuration-reference/functions/lower.md): This section contains reference documentation for the lower function.
- [lpad](/release-1.3.0/configuration-reference/functions/lpad.md): This section contains reference documentation for the LPAD function.
- [ltrim](/release-1.3.0/configuration-reference/functions/ltrim.md): This section contains reference documentation for the ltrim function.
- [max](/release-1.3.0/configuration-reference/functions/max.md): This section contains reference documentation for the max function.
- [MAXMV](/release-1.3.0/configuration-reference/functions/maxmv.md): This section contains reference documentation for the MAXMV function.
- [MD5](/release-1.3.0/configuration-reference/functions/md5.md): This section contains reference documentation for the MD5 function.
- [millisecond](/release-1.3.0/configuration-reference/functions/millisecond.md): This section contains reference documentation for the millisecond function.
- [min](/release-1.3.0/configuration-reference/functions/min.md): This section contains reference documentation for the min function.
- [minmaxrange](/release-1.3.0/configuration-reference/functions/minmaxrange.md): This section contains reference documentation for the minmaxrange function.
- [MINMAXRANGEMV](/release-1.3.0/configuration-reference/functions/minmaxrangemv.md): This section contains reference documentation for the MINMAXRANGEMV function.
- [MINMV](/release-1.3.0/configuration-reference/functions/minmv.md): This section contains reference documentation for the MINMV function.
- [minute](/release-1.3.0/configuration-reference/functions/minute.md): This section contains reference documentation for the minute function.
- [MOD](/release-1.3.0/configuration-reference/functions/mod.md): This section contains reference documentation for the MOD function.
- [mode](/release-1.3.0/configuration-reference/functions/mode.md): This section contains reference documentation for the mode function.
- [month](/release-1.3.0/configuration-reference/functions/month.md): This section contains reference documentation for the month function.
- [mult](/release-1.3.0/configuration-reference/functions/mult.md): This section contains reference documentation for the MULT function.
- [now](/release-1.3.0/configuration-reference/functions/now.md): This section contains reference documentation for the now function.
- [percentile](/release-1.3.0/configuration-reference/functions/percentile.md): This section contains reference documentation for the percentile function.
- [percentileest](/release-1.3.0/configuration-reference/functions/percentileest.md): This section contains reference documentation for the percentileest function.
- [percentileestmv](/release-1.3.0/configuration-reference/functions/percentileestmv.md): This section contains reference documentation for the PERCENTILEESTMV function.
- [percentilemv](/release-1.3.0/configuration-reference/functions/percentilemv.md): This section contains reference documentation for the PERCENTILEMV function.
- [percentiletdigest](/release-1.3.0/configuration-reference/functions/percentiletdigest.md): This section contains reference documentation for the PERCENTILETDIGEST function.
- [percentiletdigestmv](/release-1.3.0/configuration-reference/functions/percentiletdigestmv.md): This section contains reference documentation for the PERCENTILETDIGESTMV function.
- [percentilekll](/release-1.3.0/configuration-reference/functions/percentilekll.md): This section contains reference documentation for the PERCENTILEKLL function.
- [percentilerawkll](/release-1.3.0/configuration-reference/functions/percentilerawkll.md): This section contains reference documentation for the PERCENTILERAWKLL function.
- [percentilekllmv](/release-1.3.0/configuration-reference/functions/percentilekllmv.md): This section contains reference documentation for the PERCENTILEKLLMV function.
- [percentilerawkllmv](/release-1.3.0/configuration-reference/functions/percentilerawkllmv.md): This section contains reference documentation for the PERCENTILERAWKLLMV function.
- [quarter](/release-1.3.0/configuration-reference/functions/quarter.md): This section contains reference documentation for the quarter function.
- [regexpExtract](/release-1.3.0/configuration-reference/functions/regexpextract.md): This section contains reference documentation for the regexpExtract function.
- [regexpReplace](/release-1.3.0/configuration-reference/functions/regexpreplace.md): This section contains reference documentation for the regexpReplace function
- [remove](/release-1.3.0/configuration-reference/functions/remove.md): This section contains reference documentation for the remove function.
- [replace](/release-1.3.0/configuration-reference/functions/replace.md): This section contains reference documentation for the REPLACE function.
- [reverse](/release-1.3.0/configuration-reference/functions/reverse.md): This section contains reference documentation for the reverse function.
- [round](/release-1.3.0/configuration-reference/functions/round.md): This section contains reference documentation for the round function.
- [roundDecimal](/release-1.3.0/configuration-reference/functions/round-1.md)
- [ROW\_NUMBER](/release-1.3.0/configuration-reference/functions/round-1-1.md): This section contains reference documentation for the ROW\_NUMBER function.
- [rpad](/release-1.3.0/configuration-reference/functions/rpad.md): This section contains reference documentation for the RPAD function.
- [rtrim](/release-1.3.0/configuration-reference/functions/rtrim.md): This section contains reference documentation for the rtrim function.
- [second](/release-1.3.0/configuration-reference/functions/second.md): This section contains reference documentation for the second function.
- [SEGMENTPARTITIONEDDISTINCTCOUNT](/release-1.3.0/configuration-reference/functions/segmentpartitioneddistinctcount.md): This section contains reference documentation for the SEGMENTPARTITIONEDDISTINCTCOUNT function.
- [sha](/release-1.3.0/configuration-reference/functions/sha.md): This section contains reference documentation for the SHA function.
- [sha256](/release-1.3.0/configuration-reference/functions/sha256.md): This section contains reference documentation for the SHA256 function.
- [sha512](/release-1.3.0/configuration-reference/functions/sha512.md): This section contains reference documentation for the SHA512 function.
- [sqrt](/release-1.3.0/configuration-reference/functions/sqrt.md): This section contains reference documentation for the sqrt function.
- [startswith](/release-1.3.0/configuration-reference/functions/startswith.md): This section contains reference documentation for the STARTSWITH function.
- [ST\_AsBinary](/release-1.3.0/configuration-reference/functions/stasbinary.md): This section contains reference documentation for the ST\_AsBinary function.
- [ST\_AsText](/release-1.3.0/configuration-reference/functions/stastext.md): This section contains reference documentation for the ST\_AsText function.
- [ST\_Contains](/release-1.3.0/configuration-reference/functions/stcontains.md): This section contains reference documentation for the ST\_Contains function.
- [ST\_Distance](/release-1.3.0/configuration-reference/functions/stdistance.md): This section contains reference documentation for the ST\_Distance function.
- [ST\_GeogFromText](/release-1.3.0/configuration-reference/functions/stgeogfromtext.md): This section contains reference documentation for the ST\_GeogFromText function.
- [ST\_GeogFromWKB](/release-1.3.0/configuration-reference/functions/stgeogfromwkb.md): This section contains reference documentation for the ST\_GeogFromWKB function.
- [ST\_GeometryType](/release-1.3.0/configuration-reference/functions/stgeometrytype.md): This section contains reference documentation for the ST\_GeometryType function.
- [ST\_GeomFromText](/release-1.3.0/configuration-reference/functions/stgeomfromtext.md): This section contains reference documentation for the ST\_GeomFromText function.
- [ST\_GeomFromWKB](/release-1.3.0/configuration-reference/functions/stgeomfromwkb.md): This section contains reference documentation for the ST\_GeomFromWKB function.
- [STPOINT](/release-1.3.0/configuration-reference/functions/stpoint.md): This section contains reference documentation for the ST\_POINT/STPOINT function.
- [ST\_Polygon](/release-1.3.0/configuration-reference/functions/stpolygon.md): This section contains reference documentation for the ST\_Polygon function.
- [strpos](/release-1.3.0/configuration-reference/functions/strpos.md): This section contains reference documentation for the STRPOS function.
- [ST\_Union](/release-1.3.0/configuration-reference/functions/stunion.md): This section contains reference documentation for the ST\_Union function.
- [SUB](/release-1.3.0/configuration-reference/functions/sub.md): This section contains reference documentation for the SUB function.
- [substr](/release-1.3.0/configuration-reference/functions/substr.md): This section contains reference documentation for the substr function.
- [sum](/release-1.3.0/configuration-reference/functions/sum.md): This section contains reference documentation for the sum function.
- [summv](/release-1.3.0/configuration-reference/functions/summv.md): This section contains reference documentation for the SUMMV function.
- [TIMECONVERT](/release-1.3.0/configuration-reference/functions/timeconvert.md): This section contains reference documentation for the TIMECONVERT function.
- [timezoneHour](/release-1.3.0/configuration-reference/functions/timezonehour.md): This section contains reference documentation for the timezoneHour function.
- [timezoneMinute](/release-1.3.0/configuration-reference/functions/timezoneminute.md): This section contains reference documentation for the timezoneMinute function.
- [ToDateTime](/release-1.3.0/configuration-reference/functions/todatetime.md): This section contains reference documentation for the ToDateTime function.
- [ToEpoch](/release-1.3.0/configuration-reference/functions/toepoch.md): This section contains reference documentation for the toEpoch functions.
- [ToEpochBucket](/release-1.3.0/configuration-reference/functions/toepochbucket.md): This section contains reference documentation for the toEpochBucket functions.
- [ToEpochRounded](/release-1.3.0/configuration-reference/functions/toepochrounded.md): This section contains reference documentation for the toEpochRounded functions.
- [TOJSONMAPSTR](/release-1.3.0/configuration-reference/functions/tojsonmapstr.md): This section contains reference documentation for the TOJSONMAPSTR function.
- [toGeometry](/release-1.3.0/configuration-reference/functions/togeometry.md): This section contains reference documentation for the toGeometry function.
- [toSphericalGeography](/release-1.3.0/configuration-reference/functions/tosphericalgeography.md): This section contains reference documentation for the toSphericalGeography function.
- [trim](/release-1.3.0/configuration-reference/functions/trim.md): This section contains reference documentation for the trim function.
- [upper](/release-1.3.0/configuration-reference/functions/upper.md): This section contains reference documentation for the upper function.
- [Url](/release-1.3.0/configuration-reference/functions/url.md): This section contains reference documentation for the url functions.
- [UTF8](/release-1.3.0/configuration-reference/functions/utf8.md): This section contains reference documentation for UTF8 encode/decode functions.
- [VALUEIN](/release-1.3.0/configuration-reference/functions/valuein.md): This section contains reference documentation for the VALUEIN function.
- [week](/release-1.3.0/configuration-reference/functions/week.md): This section contains reference documentation for the week function.
- [year](/release-1.3.0/configuration-reference/functions/year.md): This section contains reference documentation for the year function.
- [Extract](/release-1.3.0/configuration-reference/functions/extract.md): This section contains reference documentation for the Extract function.
- [yearOfWeek](/release-1.3.0/configuration-reference/functions/yearofweek.md): This section contains reference documentation for the yearOfWeek function.
- [FIRST\_VALUE](/release-1.3.0/configuration-reference/functions/first_value.md): This section contains reference documentation for the FIRST\_VALUE window function.
- [LAST\_VALUE](/release-1.3.0/configuration-reference/functions/last_value.md): This section contains reference documentation for the LAST\_VALUE window function.
- [ST\_GeomFromGeoJSON](/release-1.3.0/configuration-reference/functions/st_geomfromgeojson.md): This section contains reference documentation for the ST\_GeomFromGeoJSON function.
- [ST\_GeogFromGeoJSON](/release-1.3.0/configuration-reference/functions/st_geogfromgeojson.md): This section contains reference documentation for the ST\_GeogFromGeoJSON function.
- [ST\_AsGeoJSON](/release-1.3.0/configuration-reference/functions/st_asgeojson.md): This section contains reference documentation for the ST\_AsGeoJSON function.
- [Plugin Reference](/release-1.3.0/configuration-reference/plugin-reference.md): This document maintains configs for each of the supported plugins in Apache Pinot
- [Stream Ingestion Connectors](/release-1.3.0/configuration-reference/plugin-reference/stream-ingestion-connectors.md): This documents lists all the configurations for each of the supported stream ingestion connectors.
- [VAR\_POP](/release-1.3.0/configuration-reference/plugin-reference/var_pop.md): This section contains reference documentation for the VAR\_POP function.
- [VAR\_SAMP](/release-1.3.0/configuration-reference/plugin-reference/var_samp.md): This section contains reference documentation for the VAR\_SAMP function.
- [STDDEV\_POP](/release-1.3.0/configuration-reference/plugin-reference/stddev_pop.md): This section contains reference documentation for the STDDEV\_POP function.
- [STDDEV\_SAMP](/release-1.3.0/configuration-reference/plugin-reference/stddev_samp.md): This section contains reference documentation for the STDDEV\_SAMP function.
- [Dynamic Environment](/release-1.3.0/configuration-reference/dynamic-environment.md)
