Interface DataSourceProto.DataSource.TrinoOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getQuery()
      SQL query that returns a table containing feature data.
      com.google.protobuf.ByteString getQueryBytes()
      SQL query that returns a table containing feature data.
      String getTable()
      Full table reference in the form of [project:dataset.table]
      com.google.protobuf.ByteString getTableBytes()
      Full table reference in the form of [project:dataset.table]
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTable

        String getTable()
         Full table reference in the form of [project:dataset.table]
         
        string table = 1;
        Returns:
        The table.
      • getTableBytes

        com.google.protobuf.ByteString getTableBytes()
         Full table reference in the form of [project:dataset.table]
         
        string table = 1;
        Returns:
        The bytes for table.
      • getQuery

        String getQuery()
         SQL query that returns a table containing feature data. Must contain an event_timestamp column, and respective
         entity columns
         
        string query = 2;
        Returns:
        The query.
      • getQueryBytes

        com.google.protobuf.ByteString getQueryBytes()
         SQL query that returns a table containing feature data. Must contain an event_timestamp column, and respective
         entity columns
         
        string query = 2;
        Returns:
        The bytes for query.