Interface DataContext

    • Method Detail

      • getRootSchema

        SchemaPlus getRootSchema()
        Returns a sub-schema with a given name, or null.
      • getTypeFactory

        JavaTypeFactory getTypeFactory()
        Returns the type factory.
      • getQueryProvider

        QueryProvider getQueryProvider()
        Returns the query provider.
      • get

        java.lang.Object get​(java.lang.String name)
        Returns a context variable.

        Supported variables include: "sparkContext", "currentTimestamp", "localTimestamp".

        Parameters:
        name - Name of variable