Completed
Integration with Apache Calcite - schemas
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Morel - A Functional Query Language
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Building a document index
- 3 Data-parallel programming
- 4 What are our options?
- 5 Evolution of functional languages
- 6 Extend Standard ML
- 7 Themes
- 8 Standard ML: Values and types
- 9 Standard ML: variables and functions
- 10 Algebraic data types, case, and recursion
- 11 Relations and higher-order functions
- 12 Implementing Join using higher-order functions
- 13 Implementing Join in Morel using from
- 14 Word Count
- 15 Chaining relational operators - step 5
- 16 Algebraic rewrite
- 17 Integration with Apache Calcite - schemas
- 18 Integration with Apache Calcite - relational algebra
- 19 Optimization
- 20 Compute models