Skip to content
#

sql-engine

Here are 25 public repositories matching this topic...

blazingsql
beckernick
beckernick commented Nov 18, 2020

I'd like to be able to use INITCAP to capitalize the first character of every "token" in a string. This is listed as a supported operation on string columns in the Calcite reference, but is currently not implemented.

from pyspark.sql import SparkSession
from blazingsql import BlazingContext
import pandas as pd
​
​
# spark = SparkSession.builder \
#     .master("local") \
#    

Improve this page

Add a description, image, and links to the sql-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sql-engine topic, visit your repo's landing page and select "manage topics."

Learn more