f.select(geo => p.id)f.select(geo => [geo.lat, geo.lng])f.select('lat', 'lng')f.select(geo => ({
title: geo.name + ' ' + geo,
}))- (TODO) Chained Select
f.select(geo => `${geo.whatever}__${geo.lat.upper()}`)f.select(geo => geo.lat / geo.lng + 123)f.select(geo => geo.lng + ', ' + geo.lat)f.select(geo => geo.lng ? geo.lng.round(2) : 0)f.select(geo => geo.lat ?? 42))- .map/.filter/...
- array_transform
- Omit Pattern
- Replace pattern
- context
- statements
- basic cae
- union
- except
- intersect
- bucket ex
- options
- elements[1.]
- elements[0.5]
- (TODO) - map/filter
- access nested props
- D.Json({ field: e.function_name }).json_extract('$.field')
- methods type
- scalar functions (D)
- ON as a callback
- default alias & named alias
- named join
- INNER/LEFT/RIGHT ETC
- || && clause
- type comparaison
- ternaries
- orWhere
- chaining where
- Between
- Negation
- where with string
- Native Regexp
- Regexp Flag
- Similar to
- Like
- IsNull / === null
- fn
- str
- ASC/DESC
- Basic Case
- Having
- rollup/CUBE whatever
- (TODO) count(filter)
- D.Varchar(12)
- .as('Decimal(1, 4)')
- .as('Varchar')
- D.Cast()
- maxBy
- minBy
- countBy
- keyBy
- Buck() constructor
- extensions
- settings
- attach
- stream
- native
- (TODO) .length
read_csv/read_json ...